Differences

This shows you the differences between the selected revisions of the page.

2011-12-29 2011-12-29
created (martin) sorted properties (martin)
Line 9: Line 9:
===== Properties ===== ===== Properties =====
^ Name ^ Description ^ ^ Name ^ Description ^
-| string Name | File name (with ''[[library_session_listdirectory|Session.ListDirectory]]'') or file path (with ''[[library_session_getfileinfo|Session.GetFileInfo]]''). Read-only. | +| bool IsDirectory | Is file a directory? (i.e. ''Type'' is ''D''). Read-only. |
-| char Type | File type. Space for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. | +
-| long Length | Size of the file in bytes. Read-only. |+
| DateTime LastWriteTime | Timestamp of the last file modification. Read-only. | | DateTime LastWriteTime | Timestamp of the last file modification. Read-only. |
 +| long Length | Size of the file in bytes. Read-only. |
 +| string Name | File name (with ''[[library_session_listdirectory|Session.ListDirectory]]'') or file path (with ''[[library_session_getfileinfo|Session.GetFileInfo]]''). Read-only. |
| [[library_permissions|Permissions]] Permissions | File permissions. Read-only. | | [[library_permissions|Permissions]] Permissions | File permissions. Read-only. |
-| bool IsDirectory | Is file a directory? (i.e. ''Type'' is ''D''). Read-only. |+| char Type | File type. Space for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. |
===== Remarks ===== ===== Remarks =====

Last modified: by martin