- Home /
Question by
Hudelf · Dec 22, 2015 at 08:39 PM ·
saveloadpersistentdatapathfilepath
Obtaining the absolute path of Application.persistentDataPath
Is there any way to get the absolute path of where Application.persistentDataPath points to?
We are trying to move from External write access to Internal to avoid unnecessary permission requests, and we would like to be able to look at the external save path, check for files, then write them normally to the Internal location. We are using Easy Save 2 to handle our file management, but that uses the persistentDataPath and the creator was not sure of any way to obtain the absolute path that Unity is using.
Any help would be greatly appreciated!
Comment
Your answer