Table of Contents

Class FileStorage

Namespace
Sdl3Sharp.IO
Assembly
Sdl3Sharp.dll

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

path string

The base path to be prepended to all storage paths, or null for no base path

Exceptions

SdlException

The FileStorage could not be opened (check TryGet(out string?) for more information)