moore_it Well-Known Member Licensed User Longtime User Nov 14, 2014 #1 How to get current user document folder ? Thanks in advice Toni
Erel B4X founder Staff member Licensed User Longtime User Nov 14, 2014 #2 Do you mean the My Documents folder on Windows? Upvote 0
moore_it Well-Known Member Licensed User Longtime User Nov 14, 2014 #3 Yes c:\users\documents\ ecc ... if i don't know the user how i do to get the path ? Thanks Upvote 0
stevel05 Expert Licensed User Longtime User Nov 14, 2014 #4 GetSystemProperty("user.home","NF") will get the users home directory. Upvote 0
stevel05 Expert Licensed User Longtime User Nov 14, 2014 #7 It's a default reply for the GetSystemSetting call in case the provided attribute is not valid. You could pass an empty string if you prefer. GetSystemProperty("user.home","") Upvote 0
It's a default reply for the GetSystemSetting call in case the provided attribute is not valid. You could pass an empty string if you prefer. GetSystemProperty("user.home","")