Class FileStorage
A storage container for the local file system
public sealed class FileStorage : Storage, IDisposable
- Inheritance
-
FileStorage
- Implements
- Inherited Members
Remarks
This type is primarily provided for development. Portable applications should use TitleStorage for access to application data and UserStorage for access to user data instead.
Constructors
FileStorage(string?)
Creates a new FileStorage for a specified base path
public FileStorage(string? path)
Parameters
Exceptions
- SdlException
The FileStorage could not be opened (check TryGet(out string?) for more information)