开发者

how to convert NSNumber into NSString rwx type

开发者 https://www.devze.com 2023-03-19 20:05 出处:网络
i\'m new in unix permission and chmod. In my IOS app, i try to get a file permission开发者_运维百科 value from SFTP server. The value i\'ve got is in a NSNumber value and the value is 19455. I want

i'm new in unix permission and chmod.

In my IOS app, i try to get a file permission开发者_运维百科 value from SFTP server. The value i've got is in a NSNumber value and the value is 19455. I want to convert it into NSString in rwx (read, write, execute) value, how can i do that?


objective-c NSFilePosixPermissions to human readable NSString

0

精彩评论

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