Getting Current Directory in Objective C
currentDirectoryPath
returns the current working directory of the program. If you launch it from Xcode in Debug mode, the current directory of the program is the Debug directory.
currentDirectoryPath
returns the current working directory of the program. If you launch it from Xcode in Debug mode, the current directory of the program is the Debug directory.