Name | Description | |
---|---|---|
![]() | CurrentFolderPath | Gets or sets the path to the current folder |
![]() | Path | Gets the path that this file system service uses. |
![]() | TempFolderPath | Gets or sets the path to the temp folder |
The following tables list the members exposed by NFileSystemService.
Name | Description | |
---|---|---|
![]() | CurrentFolderPath | Gets or sets the path to the current folder |
![]() | Path | Gets the path that this file system service uses. |
![]() | TempFolderPath | Gets or sets the path to the temp folder |
Name | Description | |
---|---|---|
![]() | CopyFileAsync | Copies the given source file to the specified destination. Returns the new file at the specified destination. |
![]() | CopyFolderAsync | Copies the given source file to the specified destination. |
![]() | CreateFileAsync | Creates a file for both reading and writing. If the file already exists it is overwritten. |
![]() | CreateFolderAsync | Creates the specified folder, if it does not exist |
![]() | DeleteAsync | Deletes the specified file system object |
![]() | EmptyFolderAsync | Clears the content of the specified folder |
![]() | ExistsAsync | Checks whether the given file system object exists. |
![]() | GetAttributesAsync | Gets the attributes of the given file or folder. |
![]() | GetCurrentFolder | Gets the current folder, or null if a current folder path is not provided. |
![]() | GetFile | Overloaded. Gets a file object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); |
![]() | GetFileLengthAsync | Gets the size, in bytes, of the given file. |
![]() | GetFilesAsync | Gets the files that are children or descendants of the specified folder. |
![]() | GetFolder | Overloaded. Gets a folder object for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); |
![]() | GetFoldersAsync | Gets the folders that are children or descendants of the specified folder. |
![]() | GetFullPath | Gets the absolute path for the specified path. If path is relative it is resolved relatively to the path returned by GetCurrentFolderPath(); |
![]() | GetName | Gets the name of the specified file system object |
![]() | GetParentFolder | Gets the folder that contains this object |
![]() | 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. |
![]() | GetTimeAsync | Gets the creation time of the given file of folder. |
![]() | MoveFileAsync | Moves the specified file to the specified destination. |
![]() | MoveFolderAsync | Moves the specified file to the specified destination. |
![]() | OpenFileAsync | Opens an existing file or creates a new file for both reading and writing. |
![]() | OpenFileReadAsync | Opens the file for reading. |
![]() | OpenFileWriteAsync | Opens an existing file or creates a new file for writing. |
![]() | SetAttributesAsync | Sets the attributes of the given file or folder. |
![]() | SetTimeAsync | Sets the creation time of the given file of folder. |