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