MonoTouch: tmp folder location?

Using .NET environment in MonoTouch, how do I get to the / tmp folder?

+6
source share
1 answer

This will return the tmp application folder

System.IO.Path.GetTempPath(); 
+9
source

Source: https://habr.com/ru/post/913979/


All Articles