Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
set d=fso.getdrive("d") what it returns?
Please check Microsoft documentation
Returns a Drive object corresponding to the drive in a specified path.
object.GetDrive ( drivespec )
Argument | Description |
---|---|
object | Required. Always the name of a FileSystemObject. |
drivespec | Required. The drivespec argument can be a drive letter (c), a drive letter with a colon appended (c:), a drive letter with a colon and path separator appended (c:\), or any network share specification (\\computer2\share1). |
Please check Microsoft documentation
Returns a Drive object corresponding to the drive in a specified path.
object.GetDrive ( drivespec )
Argument | Description |
---|---|
object | Required. Always the name of a FileSystemObject. |
drivespec | Required. The drivespec argument can be a drive letter (c), a drive letter with a colon appended (c:), a drive letter with a colon and path separator appended (c:\), or any network share specification (\\computer2\share1). |