Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You use the file management APL functions to manage files in Image Added. These functions include:

...

Reads a binary file and returns its contents in the bytearray the Image Added bytearray data format.

Code Block
bytearray readFileBinary (string  path  )   

...

ParameterDescription

directory

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