Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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())