| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
FSEntry
Contains information about a file system entry. The instance of this class is obtained from the FSInfo object and can contain a parent file system entry information or the information about any of its child entries.
|
|||
|
Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435460
|
|||
|
|||
|
abs_path The file system entry absolute path. |
|||
|
relative_name The file system entry relative name. |
|||
|
size The file system entry size. |
|||
|
permissions The file system entry permissions for the current user: 'r' - read; 'w' - write; 'x' - execute. |
|||
|
type The file system entry type (file, directory, drive). |
|||
|
last_modified_date The date on which the file system entry was last modified. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
abs_pathThe file system entry absolute path.
|
relative_nameThe file system entry relative name.
|
sizeThe file system entry size.
|
permissionsThe file system entry permissions for the current user: 'r' - read; 'w' - write; 'x' - execute.
|
typeThe file system entry type (file, directory, drive).
See
|
last_modified_dateThe date on which the file system entry was last modified.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:40 2008 | http://epydoc.sourceforge.net |