Commands listed in alphabetical order
Arguments
<directory pat
h>
is a quoted string that specifies the directory to create.
Examples
FILESYSTEM:MKDIR "E:\N ewDirectory" creates the directory named
NewDirectory at the root of the E drive.
These two commands create the directory MyNewSubDirectory within the
existing directory MyDirectory at the root of the E drive:
FILESYSTEM:CWD "E:/MyDirectory"; FILESYSTEM:MKDIR
"MyNewSubDirectory"
FILESystem:READFile (No Query Form)
This command writes the contents of the specified file to the current interface.
If the specified file does not exist or is not readable, an appropriate error event
is posted.
Group
File System
Syntax
FILESystem:READFile <QString>
Related Commands
FILESystem:CWD
Arguments
<QString> is a quoted string that defines the file name and path. If the file path is
within the current working directory, you need only specify the file name.
Examples
FILESYSTEM:READFILE “E:/test_data/t ek00016CH1.csv” reads the
content of the specified file, if the file exists and is readable, and sends the content
of the file to the current interface.
FILESystem:REName (No Query Form)
This command (no query form) assigns a new name to an existing file or folder.
Group
File System
Syntax
FILESystem:REName <old file path>,<new file path>
Related Commands
FILESystem:CWD
MSO54, MSO56, MSO58, MSO58LP Programmer 2-335