asked on April 5, 2018
Is there something similar to the follow code below that was written in C# that would be applicable with the Laserfiche SDK.
if(!Directory.Exists(System.IO.Path.GetDirectoryName(movedPath))) { Directory.CreateDirectory(System.IO.Path.GetDirectoryName(newPath)); }
My impression is that I will have to perform a search and if the result exist then I can skip over creating the folder path.
0
0