On some systems (computers), user in which context app is running, don’t have right to write (or modify) a file on filesystem.
To write a file, I use “File.WriteMap”. Is there a way to get some kind of timeout when I try to write (or to check if I have right to write a file before writing). If I don’t do any check, app in such case just get freeze.
To write a file, I use “File.WriteMap”. Is there a way to get some kind of timeout when I try to write (or to check if I have right to write a file before writing). If I don’t do any check, app in such case just get freeze.