Commands Listed in Alphabetical Order
Related Commands
FILESystem:CW
D, FILESystem:DIR?, FILESystem:MOUNT:DRIve
Arguments
<directory path> is a quoted string that specifies the directory to create
Examples
FILESYSTEM:MKDIR "E:/NewDirectory" creates the directory named
NewDirectory at the root of the D drive.
These two commands create the directory MyNewSubDirectory within the
existing directory MyDirectory at the root of the D drive:
FILESYSTEM:CWD "E:/MyDirectory"; FILESYSTEM:MKDIR
"MyNewSubDirectory"
This, of course, assumes that E:/MyDirectory already existed and was not a
read-only directory.
FILESystem:MOUNT:AVAILable? (Query Only)
This query returns a comma-separated list of available drive letters that can be
used for mounting network drives.
Group
File System
Syntax
FILESystem:MOUNT:AVAILable?
Related Commands
FILESystem:CWD,
FILESystem:MOUNT:DRIve
Examples
FILESystem:MOUNT:AVAILable? might return
I:,J:,K:,L:,M:,N:,O:,P:,Q:,R:,S:,T:,U:,V:,W:,X:,Y:,Z: specifying all available drive
letters that can be used for mounting network drives.
FILESystem:MOUNT:DRIve
This command attempts to mount the network drive specified by the quoted
string argument. The query form takes a quoted string argument specifying the
drive letter, and returns a Boolean to indicate whether the specified drive letter is
mounted. 1 = mounted; 0 = not mounted. You can get the details of the mounted
drives by querying FILESystem:MOUNT:LIST?
Group
File System
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-323