Class FileStorageManager
public class FileStorageManager : IDisposable
- Inheritance
-
FileStorageManager
- Implements
- Inherited Members
Constructors
FileStorageManager(string)
public FileStorageManager(string folderPath)
Parameters
folderPath
string
Properties
FolderPath
public string FolderPath { get; }
Property Value
Methods
CreateFolder(string)
public static FileStorageManager CreateFolder(string folderPath)
Parameters
folderPath
string
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
NextFilePath()
public virtual string NextFilePath()