The filename, directory name, or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PCLStorage.WinRTFolder.d__12.MoveNext()
If i call the following:
var res = myFolder.CreateFolderAsync(dir, CreationCollisionOption.OpenIfExists).Result;
where the Path is:
"C:\\Users\\My Admin\\AppData\\Local\\Packages\\guid\\LocalState\\App\\Folder"
Note the space in my "User"
I get the following exception:
I guess its down to the space in my path