Directory Functions

scop.dir.create(dirname)

Recursively creates a directory

scop.dir.delete(dirname)

Deletes a directory and its subdirectories

scop.dir.getdirlist(dirname)

Gets the list of directories of a specific path
returns: string

scop.dir.getfilelist(dirname)

Gets the list of files of a specific path
returns: string