Package prlsdkapi :: Class FSEntry
[hide private]
[frames] | no frames]

Class FSEntry

  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.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'fs_entry'
  __ht__ = 268435460
Properties [hide private]
  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 prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

abs_path

The file system entry absolute path.

Get Method:
unreachable.fs_entry__get_abs_path(SDK, FSEntry) - Returns FS entry absolute path.

relative_name

The file system entry relative name.

Get Method:
unreachable.fs_entry__get_relative_name(SDK, FSEntry) - Returns FS entry relative name.

size

The file system entry size.

Get Method:
unreachable.fs_entry__get_size(SDK, FSEntry) - Returns FS entry size (in bytes).

permissions

The file system entry permissions for the current user: 'r' - read; 'w' - write; 'x' - execute.

Get Method:
unreachable.fs_entry__get_permissions(SDK, FSEntry) - Returns FS entry permissions (read, write, execute)'rwx' for currently logged in on remote server user.

type

The file system entry type (file, directory, drive). See consts.PSE_xxx for the available types.

Get Method:
unreachable.fs_entry__get_type(SDK, FSEntry) - Returns FS entry type (file, direcory or drive) see consts.PSE_xxx.

last_modified_date

The date on which the file system entry was last modified.

Get Method:
unreachable(o)