Name | Description | |
---|---|---|
![]() ![]() | CreateLocalFileSystem | Creates a new instance of the current local file system |
![]() ![]() | CreateMemoryFileSystem | Creates a memory file system with the specified type. |
![]() | DecompressZip | Decompresses the specified zip stream to the specified root folder. |
![]() | GetCurrentFolder | Gets the current folder, or null if a current folder path is not provided. |
![]() | GetFile | Gets a file object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); |
![]() | GetFolder | Gets a folder object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); |
![]() | GetFullPath | Gets the absolute path for the specified path. If path is relative it is resolved relatively to the folder returned by GetCurrentFolder(); |
![]() | GetTempFile | Creates an uniquely named, zero-byte temporary file on disk and returns a file object for this file. |
![]() | GetTempFolder | Gets the temp folder, or null if a temp folder path is not provided. |