var currentDirectoryPath : String
The path to the program’s current directory.
プログラムの持つ現在のディレクトリへのパス。
Availability 有効性
Technology
path
The path of the directory to which to change. それに変更する、ディレクトリのパス。
true
if successful, otherwise false
.
成功するならばtrue
、そうでないならばfalse
。
All relative pathnames refer implicitly to the current working directory. 全ての相対パス名は、暗黙的に現在の作業ディレクトリを参照します。
Warning 警告
This method changes the current working directory for the current process, not just the receiver. このメソッドは、単にレシーバではなく、現在のプロセスに対する現在の作業ディレクトリを変更します。
var currentDirectoryPath : String
func fileExists (atPath : String, isDirectory : UnsafeMutablePointer<ObjCBool>?) -> Bool
func contentsOfDirectory (atPath : String) -> [String]