I’m using a file browser dialogue in unities GUI to allow users to select a file and have it imported to Application.dataPath.
this gives the file path of the selected file ((Path.Combine(m_currentDirectory, m_files[m_selectedFile])))
when i click a buton the file at that path should be copied or moved to Application.dataPath.
I had tried File.Move but i had too many problem with it .
is it best to use File.Move or is there a better way ?
='] thank you ! . I completely forgot about that method . this should be fine.
– Alanimatorjust one problem. Right now i'm denied access to destinationPath. thats just about the only issue.
– AlanimatorWhat platform are you building for?
– JChiltonPC, Mac and Linux
– Alanimator