|
`-=[]โจโฉ\;',./~!@#$%^&*()_+{}|:"<>? ๐๐๐๐๐๐๐โ๐๐๐๐๐๐๐๐๐๐๐ ๐ก๐ข๐ฃ๐ค๐ฅ๐ฆ๐ง
ร
โโโรโโ
โยฑโ๊๏นฆโโ โฏ ๐ธ๐นโ๐ป๐ผ๐ฝ๐พโ๐๐๐๐๐โ๐โโโ๐๐๐๐๐๐๐โค๐ด๐ต๐ถ๐ท๐ธ๐น๐บ๐ป๐ผ๐ฝ๐พ๐ฟ๐๐๐๐๐๐
๐๐๐๐๐๐๐๐
โผโฝโพโโโโโ
โโโโโโโ โก โคโฅโฆโงโจโฉโชโซ
โโโโโโ โโโโ
โโ ๐ผ๐ฝ๐พ๐ฟ๐๐๐๐๐๐
๐๐๐๐๐๐๐๐๐๐๐๐๐๐
โโโโ
โฆฐโโโโโโดโต โโโโโโโ โงโจโฉโช
โซโฌโญโฎโฏโฐโฑโฒโณ โฅโฎโฏโฐโฑ โ โฒ โณ โด โ โ สน สบ โต โถ โท
๏น ๏น ๏น ๏น ๏ธน ๏ธบ ๏ธป ๏ธผ ๏ธ ๏ธ ๏ธฟ ๏น ๏ธฝ ๏ธพ ๏น ๏น ๏ธท ๏ธธ โ โ โด โต โ โ โ โก
โโโโโคโฆโฅโงโโโโโโโฒโผโโถโบโปโฒโณ โผโฝโพโฟโโโโโโ
โโ โโโโโโโโโโโโโโโณโฅขโฅฃโฅคโฅฅโฅฆโฅงโฅจโฅฉโฅชโฅซโฅฌโฅญโฅฎโฅฏ
Draft for Information Only
Content
Drive Object โProperties โRemarks
Drive Object
Drive object of FileSystemObject component is related to accessing
the drive properties of a file system of the web server located.
Properties
|
Property |
Description |
|
AvailableSpace |
to get the amount of available space on
the specified drive object instance. |
|
DriveLetter |
a read only property
to get the drive letter of the specified drive object instance of a physical drive. |
|
DriveType |
to get the drive type of
the specified drive object instance represented by a integer. |
|
FileSystem |
to get the type of file system used in
the specified drive object instance. |
|
FreeSpace |
a read only property
to get the free spave available on the specified drive object instance of a physical drive. |
|
IsReady |
to check whether the specified drive object instance is ready or not. |
|
Path |
to get the path of
the specified object instance. |
|
RootFolder |
a read only property
to return an instance of a Folder object of the root of the drive. |
|
SerialNumber |
to get the
unique decimal serial number of the disk volume identity of
the specified drive object instance. |
|
ShareName |
to get the
network share name of
the specified drive object instance. |
|
TotalSize |
to get the total space, in bytes, of
the specified drive object instance. |
|
VolumeName |
to get the
volume name of the specified path specification |
Remarks
The
methods and properties of Drive object can be grouped into
- Drive Inforamtion
- Drive Space: AvailableSpace; FreeSpace; TotalSize
- Drive Details: DriveLetter; DriveType; FileSystem; SerialNumber; ShareName; VolumeName;
Path
- Drive Manipulation
- Drive Status: IsReady
- Drive Object Manipulation: RootFolder
ยฉsideway
ID: 130300016 Last Updated: 3/15/2013 Revision: 0 Ref:

References
- Active Server Pages, โ, http://msdn.microsoft.com/en-us/library/aa286483.aspx
- ASP Overview, โ, http://msdn.microsoft.com/en-us/library/ms524929%28v=vs.90%29.aspx
- ASP Best Practices, โ, http://technet.microsoft.com/en-us/library/cc939157.aspx
- ASP Built-in Objects, โ, http://msdn.microsoft.com/en-us/library/ie/ms524716(v=vs.90).aspx
- Response Object, โ, http://msdn.microsoft.com/en-us/library/ms525405(v=vs.90).aspx
- Request Object, โ, http://msdn.microsoft.com/en-us/library/ms524948(v=vs.90).aspx
- Server Object (IIS), โ, http://msdn.microsoft.com/en-us/library/ms525541(v=vs.90).aspx
- Application Object (IIS), โ, http://msdn.microsoft.com/en-us/library/ms525360(v=vs.90).aspx
- Session Object (IIS), โ, http://msdn.microsoft.com/en-us/library/ms524319(8v=vs.90).aspx
- ASPError Object, โ, http://msdn.microsoft.com/en-us/library/ms524942(v=vs.90).aspx
- ObjectContext Object (IIS), โ, http://msdn.microsoft.com/en-us/library/ms525667(v=vs.90).aspx
- Debugging Global.asa Files, โ, http://msdn.microsoft.com/en-us/library/aa291249(v=vs.71).aspx
- How to: Debug Global.asa files, โ, http://msdn.microsoft.com/en-us/library/ms241868(v=vs.80).aspx
- Calling COM Components from ASP Pages, โ, http://msdn.microsoft.com/en-us/library/ms524620(v=VS.90).aspx
- IIS ASP Scripting Reference, โ, http://msdn.microsoft.com/en-us/library/ms524664(v=vs.90).aspx
- ASP Keywords, โ, http://msdn.microsoft.com/en-us/library/ms524672(v=vs.90).aspx
- Creating Simple ASP Pages, โ, http://msdn.microsoft.com/en-us/library/ms524741(v=vs.90).aspx
- Including Files in ASP Applications, โ, http://msdn.microsoft.com/en-us/library/ms524876(v=vs.90).aspx
- ASP Overview, โ, http://msdn.microsoft.com/en-us/library/ms524929(v=vs.90).aspx
- FileSystemObject Object, โ, http://msdn.microsoft.com/en-us/library/z9ty6h50(v=vs.84).aspx
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms675944(v=vs.85).aspx, โ, ADO Object Model
- ADO Fundamentals, โ, http://msdn.microsoft.com/en-us/library/windows/desktop/ms680928(v=vs.85).aspx

|
 |