diff options
author | Jonathan Gray | 2003-11-07 02:54:21 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-11-07 02:54:21 +0000 |
commit | d4a9c911ba2587fd28bb2c4c4b6710db0a32696c (patch) | |
tree | 6ad3e4fcbe651e4758d37c73ef65830697ea3ab9 /TODO | |
parent | 8ce682d330741dac2a2aabc938d1b5163359e4aa (diff) | |
download | scummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.tar.gz scummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.tar.bz2 scummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.zip |
missed one
svn-id: r11182
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ General replace the current File/FilesystemNode classes (and maybe SaveFileManager). The goal is to make these things as portable as possible while keeping it easy to use for the coder. Some new functionality we need: - - check for existance of file/directory + - check for existence of file/directory - check whether given directory is readable/writeable - convert FSNode into a string representation (for prefs file) - convert said string representation back to FSNode |