Tutorial-Web Home > The FileSystem Object > The Folder Object

Object Menu

Drive
File
Folder
Attributes
DateCreated
DateLastAccessed
DateLastModified
Drive
Files
IsRootFolder
Name
ParentFolder
Path
ShortName
ShortPath
Size
SubFolders
Type
Copy
Delete
Move
CreateTextFile
FileSystem
TextStream

 


 
ShortPath
TypeRead-Only Property
Return Value TypeString
Usageobject.ShortPath(Folder)
DescriptionDetermines the ISO9660 path of the folder. This is the path the folder would have under an old MS-DOS FAT16 convention.
ExampleCode:
directoryname="c:\test\testagain"
Set fso = CreateObject("Scripting.FileSystemObject")
set mainfolder=fso.GetFolder(directoryname)
response.write mainfolder.ShortPath

Result:
c:\test\testag~1

The Bookworm
Search the Tutorial-Web library for books on any topic!
Sponsors

Search Now:
In Association with Amazon.com