Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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).