@@ -70,10 +70,17 @@ * \param path The path of the directory * \return An array of OFStrings with the files at the specified path */ + (OFArray*)filesInDirectoryAtPath: (OFString*)path; +/** + * Changes the current working directory. + * + * \param path The new directory to change to + */ ++ (void)changeToDirectory: (OFString*)path; + /** * Changes the mode of a file. * * Only changes read-only flag on Windows. *