|
Count (Drives コレクション)
object.Count
引数
解説
Drives コレクションの要素の数を返します。 使用例
Set objFso = CreateObject("Scripting.FileSystemObject")
WScript.Echo objFso.Drives.Count
関連項目
Item| |
WSHリファレンス
FileSystemObject オブジェクト Drive オブジェクト Folder オブジェクト File オブジェクト Drives コレクション Folders コレクション Files コレクション |