EDOBE XDOM TAKE 6 IR - PRODUCTSHEET Spezifikationen Seite 59

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 304
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 58
CHAPTER 3: File System Access Folder object 59
Folder object properties
These properties are available for Folder objects.
Folder object functions
These functions are available for Folder objects.
absoluteURI
String The full path name for the referenced folder in URI notation. Read only.
alias
Boolean When true, the object refers to a file system alias or shortcut. Read only.
created
Date The creation date of the referenced folder, or null if the object does not
refer to a folder on disk. Read only.
displayName
String The localized name of the referenced folder, without the path. Read only.
error
String A message describing the most recent 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 folder that currently exists in the file
system. Read only.
fsName
String The platform-specific name of the referenced folder as a full path name.
Read only.
fullName
String The full path name for the referenced folder in URI notation. Read only.
localizedName
String A localized version of the folder name portion of the absolute URI for the
referenced file, without the path specification. Read only.
modified
Date The date of the referenced folders last modification, or null if the object
does not refer to a folder on disk. Read only.
name
String The folder 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 folder, or null if this
object refers to the root folder of a volume. Read only.
path
String The path portion of the absolute URI for the referenced folder, without the
folder name. Read only.
relativeURI
String The path name for the referenced folder in URI notation, relative to the
current folder. Read only.
changePath()
folderObj.changePath (path)
path
A string containing the new path, absolute or relative to the current parent folder.
Changes the path specification of the referenced folder.
Returns true on success.
Seitenansicht 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 303 304

Kommentare zu diesen Handbüchern

Keine Kommentare