Steps to reprocuce
- Under Digital Assets, create a new folder called Stuff
- Refresh the tree
- On the Stuff folder, click the ellipses and choose New file
- Enter Test.cshtml as the name
- Click OK
Actual results:
An error message appears: {"status":"error","message":"Could not find a part of the path 'D:\\Repos\\New\\TestStuff\\dw10\\wwwroot\\FilesStuff\\Test.cshtml'.","exception":null,"model":null,"modelIdentifier":null,"resultActions":[]}
Looks like a mapping issue as there should be an additional backslash between Files and Stuff in the folder name.
Expected results
The file gets created successfully.