i want to know if there is a way to get the previous directory when working with NSFileManager... This can be probably done by appending \'..\' to the current directory
am using Os X 10.6.4 and X code Version 3.2.3 for developing some simple app files and using PackageMaker to distribute these app files. But when trying to run the package on some other mac I am getti
In my ~/Library/Caches/ directory, I have a symbolic link to my app\'s bundle, and some symbolic links to images (e.g. \"开发者_JAVA技巧big_picture.png\" is a symlink to \"small_picture.png\"). When I
I\'v been struggling with this one for some time so any hint or suggestion are welcome. I\'m trying to delete a file from a directory under \"Documents\". The problem is that the file is not delete o
I got this app that needs to be updated with a new database. I want to remove the old one and replace it with the new.
I have a single file named a.caf in the documents directory. I would like to rename it when user types into a UITextField and presses change (the text entered in the UIText开发者_如何学CField should b
I am trying to copy a couple of image files from my MainBundle/SampleImages folder to the application NSDocumentDirectory/Library folder, but am unable to do so. I have checked that the images are in
My question is, 开发者_Python百科what directory does the NSFileManager start out in, I am really confused because when I run code to tell me what directory I\'m in, it just outputs /. Also I can chang
I am trying to set up my application so that on first launch, a series of files located in the \"Populator\" folder in the main bundle are copied into the documents directory.
i\'ve a class (downloaded from internet) that read a value of a file in this way (and after split the file):