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