Modules
None
Classes
File I/O wrappers without thread locking.
スレッドロックのないファイルI / Oラッパー
File I/O wrappers without thread locking.
スレッドロックのないファイルI / Oラッパー
Open:
File I/O wrappers without thread locking.
スレッドロックのないファイルI / Oラッパー
Functions
Copies data from oldpath to newpath.
oldpathからnewpathにデータをコピーします
Deletes everything under dirname recursively.
dirnameの下のすべてを再帰的に削除します
Determines whether a path exists or not.
パスが存在するかどうかを決定します
Returns a list of files that match the given pattern(s).
与えられたパターンと一致するファイルのリストを返します
Returns whether the path is a directory or not.
パスがディレクトリかどうかを返します
Returns a list of entries contained within a directory.
ディレクトリ内に含まれるエントリのリストを返します
Creates a directory and all parent/intermediate directories.
ディレクトリとすべての親/中間ディレクトリを作成します
Creates a directory with the name ‘dirname’.
‘dirname’という名前のディレクトリを作成します
Deletes the file located at ‘filename’.
‘filename’にあるファイルを削除します
Rename or move a file / directory.
ファイル/ディレクトリの名前を変更または移動します
Returns file statistics for a given path.
指定されたパスのファイル統計情報を返します
Recursive directory tree generator for directories.
ディレクトリ用の再帰的なディレクトリツリージェネレータ