MATLAB XPC TARGET RELEASE NOTES Guía de usuario Pagina 423

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 531
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 422
1 2 ... 418 419 420 421 422 423 424 425 426 427 428 ... 530 531

Comentarios a estos manuales

Sin comentarios