| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
FSInfo
Contains information about a file system entry and its immediate child elements (files and directories).
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435459
|
|||
|
|||
|
type SDK.fs_info__get_type(FSInfo) -> int |
|||
|
entries_count The number of child entries. |
|||
|
parent_entry An instance of FSEntry containing information about this file system entry. |
|||
|
entries An iterator/sequence that allows to traverse through child files system entries. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Return an FSEntry object containing information about a child file system element specified by index.
|
|
|||
typeSDK.fs_info__get_type(FSInfo) -> int Returns remote file system basic type: Windows or Unix like FS.
|
entries_countThe number of child entries.
|
parent_entryAn instance of FSEntry containing information about this file system entry.
|
entriesAn iterator/sequence that allows to traverse through child files system entries. Each child entry is an instance of FSEntry.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:40 2008 | http://epydoc.sourceforge.net |