'Declaration Public Function New( _
ByVal storagePathAn absolute path to the directory, where storage must store files.As String _
)
public StreamDataStorageOnDisk(
string storagePath
)
public: StreamDataStorageOnDisk(
string* storagePath
)
public:
StreamDataStorageOnDisk(
string^ storagePath
)
Parameters
- storagePath
- An absolute path to the directory, where storage must store files.