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.8.0
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.

Ingoing              newName   
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

namenewNameString  

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.