Differences
This shows you the differences between the selected revisions of the page.
| 2015-08-25 | 2015-12-21 | ||
| script_custom_listing_format_csv (martin) | 5.8 Added properties IsThisDirectory and IsParentDirectory to RemoteFileInfo class. (martin) | ||
| Line 21: | Line 21: | ||
| | string Group | File group. | | | 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. | | ||
| + | | bool IsParentDirectory | Is it a reference to a parent directory (''..'')? Read-only. &beta_feature | | ||
| + | | bool IsThisDirectory | Is it a reference to this directory (''.'')? Read-only. &beta_feature | | ||
| | 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. | | ||