Differences
This shows you the differences between the selected revisions of the page.
2012-03-26 | 2012-04-02 | ||
vb.net signature (martin) | Regular file type is actually represented with a -, not with a space. (66.195.247.30) | ||
Line 22: | Line 22: | ||
| 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 FileType | File type. Space 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''. | |
===== Methods ===== | ===== Methods ===== |