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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

it means ?

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

Labels (1)
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).