How to get the file name "m.txt " to a separate variable or path to this file

How to get the file name "m.txt " to a separate variable or path to this file ???

image.png (3.8 KB)

m = "моб.pdf"
doc = aw.Document(f"C:/Users/dmitriy....")
f = doc.save("m.txt")

@d.python Unfortunately Aspose.Words do not provide any API to get the document saved file path.