making folder using OCEAN

Status
Not open for further replies.

pixel

Advanced Member level 2
Joined
Sep 16, 2004
Messages
508
Helped
69
Reputation
138
Reaction score
16
Trophy points
1,298
Activity points
3,993
How can I make folder using ocean if I have folder path stored in fpath variable i.e
fpath="/home/usr/simulation1"
 

Use SKILL
createDir(
S_name
)
=> t | nil

Example
createDir("/usr/tmp/test") => t
createDir("/usr/tmp/test") => nil ;Directory already exists.
Reference
deleteDir, isDir, isFile
 

    pixel

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…