Click to See Complete Forum and Search --> : Dispay File size and Path


December 21st, 1999, 04:03 AM
How do you display the path and size of a file that has been searched for.
THe ouptut of a search is at present displayed in notepad

Ravi Kiran
December 21st, 1999, 05:22 AM
There is a API fn GetFileSize or simthing similar. Check on that..

RK

PanasonicSubz
December 21st, 1999, 12:10 PM
if you wanna get the path from a msgbox you would do it like this:

msgbox app.path

PanasonicSubz