Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.cdSyntax#(tint.cd) #(tint.cd,%directory) %directory optionally specifies a new directory to use as the current directory. If %directory is not specified, then the current directory is returned. Examples#(tint.cd) c:\ #(tint.cd,c:\Program Files\Tintware) #(tint.cd) c:\program files\tintware |