Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class DIRECTORY_ITERATOR General cluster: base_extension description: "Iterator on DIRECTORY This can be used to scan a directory recursively. For a directory, files are processed first, then folders. It is possible to exclude a path, a directory name, or a file name thanks to path_excluded, directory_excluded, and file_excluded" Ancestors DIRECTORY_VISITOR* Queries directory_excluded (dn: PATH): BOOLEAN file_excluded (fn: PATH): BOOLEAN path_excluded (a_path: PATH): BOOLEAN Commands process_directory (dn: PATH) process_file (fn: PATH)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org