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