An exception of type ‘System.IO.IOException’ occurred in WinRTLegacy.DLL but was not handled in user code
{System.IO.IOException: Could not find any part of the path: C:\Users******\pictures\straight3d
at System.IO.Directory.CreateDirectory(String path)
at Organix.Start()
at Organix.$Invoke2(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)}
I exported my unity3d to windows store 8.1 , when I run it in Visual studio I get this error for this function
if (!Directory.Exists (SaveLoad.directory))Directory.CreateDirectory(SaveLoad.directory);
Same error when directory is there?