public interface IFileDataPublic Interface IFileDatapublic interface class IFileDatatype IFileData = interface end| CanProcessStart | true if this file can be used in PCBI.Automation.ProcessPCBI.Start() command |
| IsReadOnly | true if this File is ReadOnly |
| Properties | Properties of this folder item (or null) |
| GetDetails | Further file details like size and creation data |
| GetFileDescription | A short description text if availabale |
| GetFileName | Name of the file + file extension |
| GetFilePath | Path to the file (full or relative, depending on Plugin) |
| LoadAsync | Loads the file content to the Memorystream |
| SaveAsync | Saves the Memorystream to the File location |