FileSystem.kl

Types

FileSystem (struct)

バージョン 1.12.0 で追加.

The FileSystem maps closely to the boost::filesystem static methods. Please see the boost documentation for each of the methods.

http://www.boost.org/doc/libs/1_55_0/libs/filesystem/doc/operations.htm

Methods

  FileSystem ( in FileSystem other )
  FileSystem ()
FilePath absolute ? ( in FilePath p )
FilePath canonical ? ( in FilePath p )
FileSystem clone ? ()
  copyFile ? ( in FilePath a, in FilePath b )
Boolean createDirectories ? ( in FilePath p )
Boolean createDirectory ? ( in FilePath p )
  createDirectorySymlink ? ( in FilePath directory, in FilePath symlink )
  createFileSymlink ? ( in FilePath file, in FilePath symlink )
FilePath currentPath ? ()
Boolean equivalent ? ( in FilePath a, in FilePath b )
Boolean exists ? ( in FilePath p )
Size fileSize ? ( in FilePath p )
Boolean isDirectory ? ( in FilePath p )
Boolean isRegularFile ? ( in FilePath p )
Boolean isSymlink ? ( in FilePath p )
FilePath readSymlink ? ( in FilePath p )
Boolean remove ? ( in FilePath p )
Boolean removeAll ? ( in FilePath p )
  rename ? ( in FilePath a, in FilePath b )
FilePath tempDirectoryPath ? ()
FilePath uniquePath ? ()