Differences

This shows you the differences between the selected revisions of the page.

2012-09-24 2014-10-24
5.1 is stable (martin) 5.6.2 Bug 1231: Allow accessing RemoteFileInfo length via IDispatch on 32-bit systems. (martin)
Line 20: Line 20:
| 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 |
| 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. |

Last modified: by martin