Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.7.1

Div
Classe2e-refDiv
Rp

Children Display

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.

ActionModeIngoing 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
rename nameString  
newNameString  
remove nameString  
close nameString  

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.