Note
The format of file name (absolute or relative path, which folder is the base, encoding, etc) depends on the platform.
public interface IFileAccessorPublic Interface IFileAccessorpublic interface class IFileAccessortype IFileAccessor = interface end| GetFileByName | Gets the contents of an existing file by the file name. Unless the requested file exists, throws an exception which type depends on the platform. |
| GetFiles | Retrieves the names of files according to the specified FileTypes and FileOrigins values. |