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

  • 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 410
mkdir
Purpose Make folder on target PC
Syntax MATLAB command line
mkdir(file_obj,dir_name)
file_obj.mkdir(dir_name)
Arguments
file_obj
Name of the xpctarget.ftp or xpctarg et.fs object.
dir_name
Name of the folder to b e created.
Description Method of xpctarget.fsbase, xpctarget.ftp,andxpctarget.fs
objects. From the host PC, makes a new folder in the current folder on
the t arget PC file system.
Note that to delete a folder from the target PC, you need to reboot the
PC into DOS or some other operating system and use a utility in that
system to delete the folder.
Examples Create a new folder, logs, in the target PC file system o bject fsys.
mkdir(fsys,logs)
or
fsys.mkdir(logs)
Create a new folder, logs, in the target PC FTP object f.
mkdir(f,logs) or f .mkdir(logs)
See Also xPC Target file object methods dir and pwd.
MATLAB
mkdir function.
18-87
Vista de pagina 410
1 2 ... 406 407 408 409 410 411 412 413 414 415 416 ... 530 531

Comentarios a estos manuales

Sin comentarios