4 lines
140 B
VB.net
4 lines
140 B
VB.net
With CreateObject("Scripting.FileSystemObject")
|
|
WScript.Echo .GetFile("input.txt").Size
|
|
WScript.Echo .GetFile("\input.txt").Size
|
|
End With
|