Namespace com.teracloud.streams.teda.file
The C++ native functions under this namespace enable you to create directories and to rename files and directories.
Functions
- createDirectory(rstring, int32): Attempts to create the directory that the path variable identifies, as if by ISO/IEC 9945 mkdir() with a second argument of S_IRWXU|S_IRWXG|S_IRWXO.
- rename(rstring, rstring, int32): Renames a file or directory, as if by ISO/IEC 9945 rename().
- space(rstring, Types.SpaceInfo, int32): Returns space information about a mounted file system.
- space(rstring, uint64, uint64, uint64, int32): Returns space information about a mounted file system.
- symlink(rstring, rstring, int32): Creates a symbolic link in the file system.
Types
- Types.SpaceInfo: Specifies disk space statistics that are returned by the space function: