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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get User Files Location from User Preferences?

Hi!

I want to get the path to user files. I did not find the nesessary property in a class IUserPreferences.

Hope someone can help me.

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Kubus,

I think you will have to get the values from the registry (regread in vbscript).

Regards,

Gordon

View solution in original post

4 Replies
Not applicable
Author

hi,

probably u can use filedir() function.

not sure that this is what u want

thanks

Not applicable
Author

Thank you, tauqueer, for reply, but the question is not about the data load. I need to read the perosnal user preferences from a macro. Some path similar C:\Users\UserName\Application Data\QlikTech\QlikView. Filedir() does not return this location.

Not applicable
Author

Kubus,

I think you will have to get the values from the registry (regread in vbscript).

Regards,

Gordon

Not applicable
Author

Thanks a lot, Gordon. 🙂 It is a perfect solution of a problem.