Dir

The Dir object represents the name of a local directory:

Dir("/my/path")

Alternatively:

%d(/my/path)
%d(/my)+%d(path)

See the DirHandle documentation for more information.

Last updated