general/dirutils - Directory utilities
Browse source and examples in
SVN.
Verbs
addPS
v
Ensures trailing path separator
dropPS
v
Drops trailing path separator
dircreate
v
Create directory(s)
direxist
v
Check directory(s) exists
pathcreate
v
Create non-existing directories in a path
Installation
Use JAL/Package Manager.
Usage
Load dirutils addon with the following line
load 'general/dirutils'
To see the sampler of usage, run the
test.ijs script.
Open the script open 'general/dirutils/test'
Select all contents using Ctrl+A
Run Selection using Ctrl+E
Here is typical session output from the test.ijs script.
Authors
See Also
Directory script - ~system/main/dir.ijs.
