MATLAB XPC TARGET RELEASE NOTES User's Guide Page 423

  • Download
  • Add to my manuals
  • Print
  • Page
    / 531
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 422
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
Page view 422
1 2 ... 418 419 420 421 422 423 424 425 426 427 428 ... 530 531

Comments to this Manuals

No comments