User`s guide
rmdir
Purpose Remove folder from target PC
Syntax MATLAB command line
rmdir(file_obj,dir_name)
file_obj.rmdir(dir_name)
Arguments
dir_name
Name of the folder to remove from the target PC file
system.
file_obj
Name of the xpctarget.fs object.
Description Method of xpctarget.fsbase, xpctarget.ftp,andxpctarget.fs
objects. Removes a folder from the target PC file system.
Note You cannot recover this folder once it is re mov ed.
Examples Remove the folder data 2dir.dat fromthetargetPCfilesystemfsys .
rmdir(f,'data2dir.dat')
or
fsys.rmdir('data2dir.dat')
18-99