43
edits
(Crossed out the irrelevant includes) |
|||
Line 311: | Line 311: | ||
'''isReadable(path) -> bool''': true if the file can be read. | '''isReadable(path) -> bool''': true if the file can be read. | ||
''' | '''isWritable(path) -> bool''': true if the file can be written. | ||
'''count(dir) -> int''': returns the total number of directories and files in the directory. (Qt) | '''count(dir) -> int''': returns the total number of directories and files in the directory. (Qt) |
edits