lukasjarosch / go-docx

Replace placeholders inside docx documents with speed and confidence.
MIT License
204 stars 47 forks source link

Can't save modified file on windows #33

Closed kolkov closed 1 month ago

kolkov commented 1 month ago

Hi!

err = doc.WriteToFile("D:\\projects\\***\\cmd\\exp\\replaced.docx")
    if err != nil {
        panic(err)
    }

This method run without errors, but I can't see file in filesystem. Whats wrong?

kolkov commented 1 month ago

I apologize, I didn't notice that debugging was running on a remote machine))