开发者

read attributes of server file

i am using following code to开发者_如何学Go access properties of local file. [CODE] attrs = [fileManager attributesOfItemAtPath:originalFilePath error:NULL]; [/CODE]

is there any similar method by which i can read the attributes of server file?

kindly help me to solve this problem.

thanks in advance.


Those attributes are specific to a file stored through an attached file system. The attributes you retrieve for a server file would probably depend on the client for the protocol you are using (web service, AFP, etc.) and how the data are cached in your application's sandbox.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜