This page explains the Filesystem Adapter in Bridge context. If you were looking for the same information regarding the PAS Designer, refer to Filesystem Adapter in the Designer guide.

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.

ActionModeIncoming 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