Differences
This shows you the differences between the selected revisions of the page.
2011-12-30 | 2012-01-04 | ||
ToString (martin) | library_filepermissions (martin) | ||
Line 17: | Line 17: | ||
| long Length | Size of the file in bytes. 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. | | | 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_filepermissions|FilePermissions]] FilePermissions | File permissions. Read-only. | |
| char Type | File type. Space for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. | | | char Type | File type. Space for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. | | ||