IBM InfoSphere Streams Version 4.1.1

Namespace com.ibm.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(). If the oldName and newName paths specify different locations, the file or directory is moved to the new location if that is supported by the system.