|
Size (File オブジェクト)
object.Size
引数
解説
ファイルのサイズを返します。 使用例
Set objFso = CreateObject("Scripting.FileSystemObject")
Set objFile = objFso.GetFile("c:\test.txt")
WScript.Echo objFile.Size
関連項目
Copy|Delete|Move|OpenAsTextStream|Attributes|DateCreated|DateLastAccessed|DateLastModified| |
WSHリファレンス
FileSystemObject オブジェクト Drive オブジェクト Folder オブジェクト File オブジェクト Drives コレクション Folders コレクション Files コレクション |