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