DirectoryEntry(n:Str):Obj

Access directory content. Use as

 ForEach DirectoryEntry(Name) Do ...

passing a directory name as Name.

This call will return all files and directories contained in the given directory, one per loop iteration, where you can access its properties. The files and directories are returned in an arbitrary order. The "." and ".." entries are not returned.

Since: PCC2 2.0.4

See also: File Properties, Functions