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