filesystem
Example:
Functions:
get_directories
Gets directories within a path.
Argument | Type | Required |
---|---|---|
path | string | + |
get_files
Gets files within a path.
Argument | Type | Required |
---|---|---|
path | string | + |
get_files_by_extension
Gets files within a path with the given extension.
Argument | Type | Required |
---|---|---|
path | string | + |
extension | string | + |
file_exists
Returns if a given file is found on the system.
Argument | Type | Required |
---|---|---|
filename | string | + |
Last updated