SoftArtisans
FileManager
Drive Information Example
SoftArtisans FileManager is a file
management control that enhances file manipulation.
This product is fully compliant with Microsoft's
Scripting.FileSystemObject (the component
often used to access the server's file system),
while increasing performance and adding many
sophisticated features.
This sample shows information about all
drives on the server where this demo is running.
| DriveLetter | RootFolder | AvailableSpace | FreeSpace | TotalSize | FileSystem | IsReady | | A | N/A | N/A | N/A | N/A | N/A | False | | C | N/A | N/A | N/A | N/A | N/A | False | | D | D:\ | 3288285184 | 3288285184 | 7460327424 | NTFS | True | | E | N/A | N/A | N/A | N/A | N/A | False |
View
the Source Code
Copyright © 2007 SoftArtisans, Inc. All Rights Reserved.
|