Table of Contents

Class FileStorageManager

Namespace
NAPS2.Images
Assembly
NAPS2.Images.dll
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

string

Methods

CreateFolder(string)

public static FileStorageManager CreateFolder(string folderPath)

Parameters

folderPath string

Returns

FileStorageManager

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()

Returns

string