Rename html files
How can I rename a HTML file within an epub with a Sigil-plugin?
I tried
os.rename('../Text/Section0001.xhtml',...)
But I get a "file not found" error.
Is os.rename not suitable here (does it go to my harddrive maybe instead of the epub?), or how would I address a file called Section0001.xhtml in the Text folder of an epub?
|