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

Compare with Current View Page History

Version 1 Next »

Related Pages:
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 System Access.

  • No labels