Directory.path_

The local path where the Directory is made available prior to executing a CommandLineTool. This must be set by the implementation. This field must not be used in any other context. The command line tool being executed must be able to to access the directory at path using the POSIX opendir(2) syscall. If the path contains POSIX shell metacharacters (|,&, ;, <, >, (,), $,` , \, ", '`, <space>, <tab>, and <newline>) or characters not allowed

for Internationalized Domain Names for Applications then implementations may terminate the process with a permanentFailure.

class Directory
@link
Either!(None, string) path_;

Meta