Read and write files across the bus.
¶
getFileDate
getFileDate(service : string, filePath : string) : string
¶
getFileSize
getFileSize(service : string, filePath : string) : number
¶
getFilesInFolder
getFilesInFolder(service : string, folderPath : string) : string[]
¶
readBinary
readBinary(service : string,filePath : string) : number[]
¶
readText
readText(service : string, filePath : string) : string
¶
writeBinary
writeBinary(service :string, filePath : string, dataBytes : number[])
¶
writeText
writeText(service : string, filePath : string, text : string) : boolean