开发者

How to get file name by its unique id?

开发者 https://www.devze.com 2022-12-24 18:51 出处:网络
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.

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 ad开发者_运维问答vance


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")

0

精彩评论

暂无评论...
验证码 换一张
取 消