...
You use the file management APL functions to manage files in
. These functions include:...
Reads a binary file and returns its contents in the bytearray the bytearray data format.
Code Block |
---|
bytearray readFileBinary (string path ) |
...
Parameter | Description |
---|---|
| The absolute path to the directory for which you want to list sub directories |
filter | You can enter a regular expression to filter out which directories you want to list. |
Returns | A list (may be empty) of the directories in the given directory, or null if there is an error |
Scroll pagebreak |
---|