I want to create a dynamic path so it can run on any system.
I am using Path.combine but it’s not working.
Path1=“C:\User\Admin\Desktop\abc_folder”
here is my example : a= Directory.GetFiles((Path.Combine(Path1)),“.”)
how to create a path for desktop that can be run on any system