As the question says.
Using Application.DataPath, how do i go up one folder?
so as an example its the .exe, the data, and my script created Settings folder.
(in C#)
2 Answers
2Application.dataPath + “/…/”
Application.DataPath + “…” Should work
As the question says.
Using Application.DataPath, how do i go up one folder?
so as an example its the .exe, the data, and my script created Settings folder.
(in C#)
Application.dataPath + “/…/”
Application.DataPath + “…” Should work
Its that easy? Well I'm stupid then :3 Thanks though! :D
– Guzaii