Hi, I create a folder on this path
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+“\Downloads\FacturiXML”
and I have a warning telling me “Absolute paths not recommended. User a relative path instead.”
How to modify this path to be relative path?