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

  • 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 314
removefile
14-71
14removefile
Purpose Remove file from target PC
Syntax MATLAB command line
removefile(file_obj,file_name)
file_obj.removefile(file_name)
Arguments
Description Method of xpctarget.fs objects Removes a file from the target PC file system.
Note You cannot recover this file once it is removed.
Examples Remove the file data2.dat from the target PC file system fsys.
removefile(fsys,'data2.dat') or fsys.removefile('data2.dat')
file_name
Name of the file to remove from the target PC file
system.
file_obj
Name of the xpctarget.fs object.
Zobrazit stránku 314
1 2 ... 310 311 312 313 314 315 316 317 318 319 320 ... 371 372

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

Žádné komentáře