Printable View
Hi, :wave: How do I get the filesize of a file? :ehh: //Alex
VB Code: MsgBox FileLen("c:\myFile") 'returns in bytes
MsgBox FileLen("c:\myFile") 'returns in bytes
tnx, my friend!