How one can reliably get the size of any file. GetFileSize does not works properly with DLL's an GetFileSizeEx does not works properly with Text files. ??
Any ideas ??
Printable View
How one can reliably get the size of any file. GetFileSize does not works properly with DLL's an GetFileSizeEx does not works properly with Text files. ??
Any ideas ??
Um FileLen() ?
VB Code:
dim filesize as long filesize = FileLen(filepathandname)
Does it return the size in Bytes ??
yes it does, i got it . thanks