|
[C#] monodevelop acces to the path is denied??
i'm trying to run some code i had written a couple of weeks ago in windows :$, the program has to create and copy some files and when i try to run this code in monodevelop i get this error:
Unhandled Exception: System.UnauthorizedAccessException: Access to the path '/tmp' is denied.
i've tried to change the path where i know i have read/write permissions but it doesn't seem to work, the code was originally written to create a file in the Temp folder in windows.
|