Open main menu

Difference between revisions of "User talk:David corrales"

m
Line 318: Line 318:
'''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)


'''listDir(list, mode, filter) -> list''': lists the dir, with the given mode and filter. ''This function is already present. The idea is to augment it with filters''
'''getChildren(list, mode, hidden) -> list''': lists the dir, with the given mode and filter. ''This function is already present. The idea is to augment it with filters''. '''Added a filter to include hidden files'''


'''isHidden(path) -> bool''': tests whether the file pathname is a hidden file. (Java)
'''isHidden(path) -> bool''': tests whether the file pathname is a hidden file. (Java)
Line 329: Line 329:
'''Update 05/06''': marked some methods as implemented.
'''Update 05/06''': marked some methods as implemented.


'''Update 19/06''': added the isValid() method as removed.
'''Update 19/06''': added the isValid() method as removed. Also updated getChildren().


== Misc ==
== Misc ==