User`s guide

selectdrive
Purpose Select target PC drive
Syntax MATLAB command line
selectdrive(file_obj,'drive')
file_obj.selectdrive('drive')
Arguments
drive
Name of the drive to set.
file_obj
Name of the xpctarget.fs obje ct.
Description Method of x pcta rget.fs objects. selectdrive sets the current drive
ofthetargetPCtothespecifiedstring. Enter the drive string with an
extra backslash (
\). For example, D:\\ for the D:\ drive.
Note Use the cd method instead to get the same behavior.
Examples Set the current target PC drive to D:\.
selectdrive(fsys,'D:\\')
or
fsys.selectdrive('D:\\')
18-101