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

Class FsEntry

object --+    
         |    
   _Handle --+
             |
            FsEntry

Contains information about a file system entry (disk, directory, file) on the host computer.

Instance Methods [hide private]
 
get_absolute_path(self)
Return the specified file system entry absolute path.
 
get_relative_name(self)
Return the file system entry relative name.
 
get_last_modified_date(self)
Return the date on which the specified file system entry was last modified.
 
get_size(self)
Return the file system entry size.
 
get_permissions(self)
Return the specified file system entry permissions (read, write, execute) for the current user.
 
get_type(self)
Return the file system entry type (file, directory, drive).

Inherited from _Handle: __del__, __init__, add_ref, free, get_handle_type

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_type(self)

 

Return the file system entry type (file, directory, drive).

Overrides: _Handle.get_type