MATLAB XPC TARGET 4 - API GUIDE Guía de usuario Pagina 318

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 372
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 317
rmdir
14-74
14rmdir
Purpose Remove directory from target PC
Syntax MATLAB command line
rmdir(file_obj,dir_name)
file_obj.rmdir(dir_name)
Arguments
Description Method of xpctarget.fsbase, xpctarget.ftp, and xpctarget.fs objects.
Removes a directory from the target PC file system.
Note You cannot recover this directory once it is removed.
Examples Remove the directory data2dir.dat from the target PC file system fsys.
rmdir(f,'data2dir.dat') or fsys.rmdir('data2dir.dat')
dir_name
Name of the directory to remove from the target
PC file system.
file_obj
Name of the xpctarget.fs object.
Vista de pagina 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 371 372

Comentarios a estos manuales

Sin comentarios