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

  • 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 265
fileinfo
14-22
14fileinfo
Purpose Get target PC file information
Syntax MATLAB command line
fileinfo(filesys_obj,file_ID)
filesys_obj.fileinfo(file_ID)
Arguments
Description Method of xpctarget.fs objects. From the host PC, gets the information for
the file associated with
file_ID.
Examples Return file information for the file associated with the file identifier h in the file
system object
fsys.
fileinfo(fsys,h) or fsys.fileinfo(h)
ans =
FilePos: 0
AllocatedSize: 12288
ClusterChains: 1
VolumeSerialNumber: 1.0450e+009
FullName: 'C:\DATA.DAT'
filesys_obj
Name of the xpctarget.fs file system object.
file_ID
File identifier of the file for which to get file
information.
Vista de pagina 265
1 2 ... 261 262 263 264 265 266 267 268 269 270 271 ... 371 372

Comentarios a estos manuales

Sin comentarios