EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Especificações Página 50

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 304
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 49
CHAPTER 3: File System Access File object 50
encoding
String Gets or sets the encoding for subsequent read/write operations. One of
the encoding constants listed in
File- and Folder-supported encoding
names” on page 45. If the value is not recognized, uses the system
default encoding.
A special encoder,
BINARY, is used to read binary files. It stores each byte
of the file as one Unicode character regardless of any encoding. When
writing, the lower byte of each Unicode character is treated as a single
byte to write.
eof
Boolean When true, a read attempt caused the current position to be at the end of
the file, or the file is not open. Read only.
error
String A message describing the last file system error; see File access error
messages” on page 44. Typically set by the file system, but a script can set
it. Setting this value clears any error message and resets the error bit for
opened files. Contains the empty string if there is no error.
exists
Boolean When true, this object refers to a file or file-system alias that actually
exists in the file system. Read only.
fsName
String The platform-specific full path name for the referenced file. Read only.
fullName
String The full path name for the referenced file in URI notation. Read only.
hidden
Boolean When true, the file is not shown in the platform-specific file browser.
Read/write. If the object references a file-system alias or shortcut, the flag
is altered on the alias, not on the original file.
length
Number The size of the file in bytes. Can be set only for a file that is not open, in
which case it truncates or pads the file with 0-bytes to the new length.
lineFeed
String How line feed characters are written in the file system. One of:
Windows — Windows style
Macintosh — Mac OS style
Unix — UNIX style
localizedName
String A localized version of the file name portion of the absolute URI for the
referenced file, without the path specification. Read only.
modified
Date The date of the referenced file’s last modification, or null if the object
does not refer to a file on disk. Read only.
name
String The file name portion of the absolute URI for the referenced file, without
the path specification. Read only.
parent
Folder The Folder object for the folder that contains this file. Read only.
path
String The path portion of the absolute URI for the referenced file, without the
file name. Read only.
readonly
Boolean When true, prevents the file from being altered or deleted. If the
referenced file is a file-system alias or shortcut, the flag is altered on the
alias, not on the original file.
Vista de página 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 303 304

Comentários a estes Manuais

Sem comentários