Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

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.