windows - GetStatus of file shared through Parallels throws exception -


i'm placing file in shared folder on mac.

then i'm trying status of file shared through parallels on windows machine. exception gets thrown crashes program if unhandled.

this happens if file hasn't been touched in way on windows side, otherwise operation completes normally.

is issue parallels trying mesh 2 filesystems?

try {     cfile::getstatus (path, status); } catch (cexception* ex) {     ex->reporterror(); } catch (...) { } 


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jquery - Keeping Kendo Datepicker in min/max range -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -