Differences
This shows you the differences between the selected revisions of the page.
2015-02-18 | 2015-03-05 | ||
releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) | comma (martin) | ||
Line 23: | Line 23: | ||
| 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. | | + | | 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. | |
| 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. | | ||
| string Owner | File owner. | | | string Owner | File owner. | |