Hi,

I obviously stumbled across the new locking mechanism (which means I failed
at implementing it under 3.0 in the first place ;-))

My intention is to move a open document from one location to a new one.
What are the steps I have to make, in order to assure that there are no
references to the old file / location.

I thought of:
1) Storing the document at the new location (xStorable.storeAsURL(..))
2) and Deleteing the old file. (oldFile.delete();)

This doesnt work anymore.
Should I close the stored file before trying to delete the old one ?
(".uno:CloseDoc")

Thank you in advance,
Philipp

-- 
View this message in context: 
http://www.nabble.com/How-to-move-a-file-from-one-location-to-another-tp24352143p24352143.html
Sent from the openoffice - api dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to