Saving word doc to network folder

Hi ,

Are there any known issues saving a word document to a network folder with the document.save function ?

Thanks

Hi,

Thank you for considering Aspose.

What problems do you have with saving to a network folder?

I am receiving a directory not found exception.“Part of the path is not found” error comes up is I use the Dcoument.Save() function.

This doesn't seem to be an Aspose.Word fault. To make sure, try to create (for instance, using System.IO.File.Create) a simple file using that path and possibly write into the file if it has been created without an exception.