createDir
createDir(S_name) =>t/nil
Description
The directory name can be specified with either an absolute or relative path; the SKILL path is used in the latter case. A path that is anchored to the current directory, for example, ./, ../, or ../../.., and so on is not considered as a relative path.
Arguments
Value Returned
Examples
createDir("/usr/tmp/test")
=> t
createDir("/usr/tmp/test")
=> nil ;Directory already exists.
Related Topics
Return to top