-- SetDefaultWorkingDirectoryDoc.tioga
-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name SetDefaultWorkingDirectory:
syntax
SetDefaultWorkingDirectory directoryName
description
The the FS default working directory. This is just an interface to FS.SetDefaultWDir. The default working directory is what FS uses if you do not specify full path names and there is no $WorkingDirectory property on the process property list.
examples
% SetDefaultWorkingDirectory ///temp/
... default working directory is []<>temp>
% SetDefaultWorkingDirectory []<>
... default working directory is []<>
%
warnings
SetDefaultWorkingDirectory will produce FS errors if the argument is not a valid directory name. Probably this should be fixed.
stop/undo
Probably too fast to stop.
implementation
FSFileCommandsImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar