HTBasic Help
×
Menu
Index

MASS STORAGE IS

Sets the directory path.
 
 MASS STORAGE IS path-specifier
 MSI path-specifier
 CD path-specifier
 
Usage:
MASS STORAGE IS Volspec$&Dir_path$
MSI "D:\DIR1\DIR2\MYDIR"
MSI "/usr/bin"
CD "/usr/bin"
 
 
Description:
The current MASS STORAGE IS includes both the device, and the current directory. This current directory is searched first to find any specified files. You may change the current device and directory with the MSI command. You may determine the current device and directory with the SYSTEM$("MSI") function.
MASS STORAGE IS may be abbreviated MSI or CD.
 
See Also: