[OC learning-23] considerations and common operations for nsfilemanager and nsfilehandle

Source: Internet
Author: User

Note:

A: nsfilehandle can only open existing files, so if it is a new file, nsfilemanager needs to create a new file first;

B: After opening a file, you need to close it;

C: You may need to set different offsets (that is, the position of the cursor) according to different requirements. You can move them to the beginning or end by moving them to the end, you can also obtain the current location and then increase or decrease the number of bytes to move;

D: the file path is an nsstring object. You can useStringbyappendingpathcomponent + full name of the fileMethod to Construct a complete file path;

E: The content written to the file is nsdata. If it is in another format, you can useDatausingencoding:Nsutf8stringencodingTo convert to the data type;

F: Similarly, the directory is written in a similar way in Linux ,~ Home Directory,/root directory,. Current Directory,. parent directory, and/indicating level.


(1) nsfilemanager (see http://blog.csdn.net/enuola/article/details/7797055)



(2) nsfilemanager (see http://www.cnblogs.com/jiangyuxuan/archive/2013/03/09/2950988.html)



[OC learning-23] considerations and common operations for nsfilemanager and nsfilehandle

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.