Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

it means ?

set d=fso.getdrive("d")   what it returns?

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Please check Microsoft documentation

GetDrive Method

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).

View solution in original post

1 Reply
Clever_Anjos
Employee
Employee

Please check Microsoft documentation

GetDrive Method

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).