MATLAB XPC TARGET 4 - API GUIDE Uživatelská příručka Strana 309

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 372
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 308
mkdir
14-65
14mkdir
Purpose Make a directory on target PC
Syntax MATLAB command line
mkdir(file_obj,dir_name)
file_obj.mkdir(dir_name)
Arguments
Description Method of xpctarget.fsbase, xpctarget.ftp, and xpctarget.fs objects.
From the host PC, makes a new directory in the current directory on the target
PC file system.
Note that to delete a directory 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 directory.
Examples Create a new directory, logs, in the target PC file system object fsys.
mkdir(fsys,logs) or fsys.mkdir(logs)
Create a new directory, 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.
file_obj
Name of the xpctarget.ftp or xpctarget.fs
object.
dir_name
Name of the directory to be created.
Zobrazit stránku 308
1 2 ... 304 305 306 307 308 309 310 311 312 313 314 ... 371 372

Komentáře k této Příručce

Žádné komentáře