os.Path.mkdir

os.Path.mkdir() is used to create a new directory:

CALL os.Path.mkdir(dname) RETURNING result

where

When you specify the directory name, be careful with its case.

UNIX is case-sensitive, so it will treat directories and files which names come in different cases as separate files.

 

 

Contact Us

Privacy Policy

Copyright © 2026 Querix, (UK) Ltd.