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
Post a Comment