Dir
The Dir object represents the name of a local directory:
%d(/my/path) # Dir("/my/path")
Dir("/my/path") # =//=
%d(/my)+%d(path) # =//=
See the DirHandle documentation for more information.
The Dir object represents the name of a local directory:
%d(/my/path) # Dir("/my/path")
Dir("/my/path") # =//=
%d(/my)+%d(path) # =//=
See the DirHandle documentation for more information.