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