TypeS of file Size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to know how many different types of file size porerty are available through theAPI.
There are two ("Size" and "Size on disk") in UI (on general Tab of iProperty).
One of them is available with this iLogic code:
Dim myFile As New FileInfo(ThisDoc.PathAndFileName(True))
sizeInBytes = myFile.Length
But it returns error if executed on usaved file.
I wonder if it possible to get the size of RAM the usaved file consumes at the moment?
Please vote for Inventor-Idea Text Search within Option Names
