You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Related Pages:
$body
With the file system adapter, you can not only  write, read, rename, remove files and retrieve status information about a file. Moreover, you can create, read and delete directories.

Find below a list of all directory actions and their parameters.

ActionModeIngoing ParametersOutgoing Parameters
  NameTypeNameType
readDirectory 

name

String

entries

Array of String
createDirectory 

name

String  
statusnameStringsizeInteger
  typeString
  creationTimeDateTime
  modificationTimeDateTime
  accessTimeDateTime
remove
removeRecursively
 nameString  

Click on an action to read a more detailed description. Each topic contains information on static directory access.

For more information on how to access the file system dynamically refer to Dynamic File System Access.

  • No labels