KEVAL PANCHAL
1 questions
0
votes
0
answer
7
views
When I am try to `CreateDirectory` on mapped network drive it show me “Could not find a part of the path”
I am using System.IO.
And I want create folders on mapped network drive which is mapped as Z: drive
I take Array as input and try to create folder structure and I get Could not find a part of the path error
`ApiResult createDirectory(List jackets)
{
string workingDir = @"Z:\Employe Data\Keval\Our FI...