Differences
This shows you the differences between the selected revisions of the page.
2014-12-19 | 2015-02-18 | ||
owner + group are beta (martin) | releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) | ||
Line 19: | Line 19: | ||
| [[library_filepermissions|FilePermissions]] FilePermissions | File permissions. Read-only. | | | [[library_filepermissions|FilePermissions]] FilePermissions | File permissions. Read-only. | | ||
| char FileType | File type. ''-'' for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. | | | char FileType | File type. ''-'' for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. | | ||
- | | string Group | File group. &beta_feature | | + | | string Group | File group. | |
| bool IsDirectory | Is file a directory? (i.e. ''FileType'' is ''D''). Read-only. | | | bool IsDirectory | Is file a directory? (i.e. ''FileType'' is ''D''). 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. | | | long Length | Size of the file in bytes. Read-only. | | ||
- | | int Length32 | An alternative to ''Length''. Particularly useful for COM hosts that do not support 64-bit integers, such as Visual Basic. Throws ''OverflowException'', when the file size cannot be expressed using 32-bit integer. &beta_feature | | + | | int Length32 | An alternative to ''Length''. Particularly useful for COM hosts that do not support 64-bit integers, such as Visual Basic. Throws ''OverflowException'', when the file size cannot be expressed using 32-bit integer. | |
| string Name | File name (with ''[[library_session_listdirectory|Session.ListDirectory]]'') or file path (with ''[[library_session_getfileinfo|Session.GetFileInfo]]''). Read-only. | | | string Name | File name (with ''[[library_session_listdirectory|Session.ListDirectory]]'') or file path (with ''[[library_session_getfileinfo|Session.GetFileInfo]]''). Read-only. | | ||
- | | string Owner | File owner. &beta_feature | | + | | string Owner | File owner. | |
===== Methods ===== | ===== Methods ===== |