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 write, read, rename, remove files and retrieve status information about a file.

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

ActionModeIncoming ParametersOutgoing Parameters
NameTypeNameType
read

name

String

data

blob
positionIntegerlengthInteger
lengthInteger

readLine

name

String

line

String
encodingStringlengthInteger
write

name

String

dataBlob

positionInteger

lengthInteger

append

append
overwrite

nameString

dataBlob

lengthInteger

status


nameStringsizeInteger


typeString


creationTimeDateTime


modificationTimeDateTime


accessTimeDateTime
renamenameString

newNameString

copy
Runtime 2020.4 Builder 7.8.0

sourceString

targetString

removenameString

closenameString

Click on an action to read a more detailed description. Each topic contains information on static file access.
For more information on how to access the file system dynamically refer to Dynamic File Access.