rmdir - Remove directory from target PC

Syntax

MATLAB® command line

rmdir(file_obj,dir_name)
file_obj.rmdir(dir_name)

Arguments

dir_name

Name of the directory to remove from the target PC file system.

file_obj

Name of the xpctarget.fs object.

Description

Method of xpctarget.fsbase, xpctarget.ftp, and xpctarget.fs objects. Removes a directory from the target PC file system.

Examples

Remove the directory data2dir.dat from the target PC file system fsys.

rmdir(f,'data2dir.dat')  

or

fsys.rmdir('data2dir.dat')
  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS