Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
revoscalepy.RxNativeFileSystem
Description
Main generator class for objects representing the native file system.
Returns
An RxNativeFileSystem file system object. This object may be used in RxOptions, RxTextData, or RxXdfData to set the file system.
See also
RxOptions
RxTextData
RxXdfData
RxFileSystem
Example
from revoscalepy import RxNativeFileSystem
fs = RxNativeFileSystem()
print(fs.file_system_type())