View Single Post
08/20/15, 01:40 PM   #8
Jizargo
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 33
Originally Posted by votan View Post
Hi Jizargo,

I just saw how you build your path to "MyDocuments" and would like to suggest to use this instead:
Code:
System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)
Because C:\Users is not always true


Thanks, and thanks for the addons, I recently update/downloaded two that were from you.
  Reply With Quote