Differences
This shows you the differences between the selected revisions of the page.
2012-01-04 | 2012-01-04 | ||
library_filepermissions (martin) | Type => FileType (martin) | ||
Line 18: | Line 18: | ||
| 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_filepermissions|FilePermissions]] FilePermissions | 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 FileType | File type. Space for regular file, ''D'' for directory, ''L'' for symlink, etc. Read-only. See also ''IsDirectory''. | |
===== Methods ===== | ===== Methods ===== |