简体   繁体   中英

How to get file name by its unique id?

I have unique id of a MSword file.I want to know the name of this word file and location,where this file is stored by this unique id. Thanks in advance

My guess would be a query in the database you got the ID from: SELECT path FROM documents WHERE id = @whatever

(btw, I also voted to close as "Not a real question")

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM