getting current file size with vba code

S

Stefan Hoffmann

hi,
is it possible to get the file size with the vba code?

Function FileLen(PathName As String) As Long
Element of VBA.FileSystem


mfG
--> stefan <--
 
Top