Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7787897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:49:05+00:00 2026-06-01T20:49:05+00:00

I am writing content in iPhone. I used this code NSArray *paths = NSSearchPathForDirectoriesInDomains(

  • 0

I am writing content in iPhone. I used this code

NSArray *paths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, YES);
NSString *filePath = [[paths objectAtIndex:0]stringByAppendingPathComponent:@"data.txt"];
NSString *temp = [[NSString alloc] initWithString:@"my name is gaurav"];
[temp writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil];
[temp release];

While I am trying to over write this file with new content with this code

NSArray *paths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, YES);
NSString *filePath = [[paths objectAtIndex:0]stringByAppendingPathComponent:@"data.txt"];
NSString *matter = [[NSString alloc] initWithString:@"Hello iPhone"];

[matter writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil];
[matter release];

If I passed YES in atomically then file is not overwritten. and If I placed No there then file will overwrite but program is also halted and exit.

[matter writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil];
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:49:07+00:00Added an answer on June 1, 2026 at 8:49 pm

    I have tried. it is working. you just create test project. and write following code in viewDidLod method. and see text file content from document directory. it will get overwrite.

    - (void)viewDidLoad
    {
        [super viewDidLoad];
        // Do any additional setup after loading the view, typically from a nib.
    
        NSArray *paths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, YES);
        NSString *filePath = [[paths objectAtIndex:0]stringByAppendingPathComponent:@"data.txt"];
        NSString *temp = [[NSString alloc] initWithString:@"my name is gaurav"];
        [temp writeToFile:filePath atomically:YES encoding:NSUTF8StringEncoding error:nil];
        [temp release];
    
        NSString *matter = [[NSString alloc] initWithString:@"Hello iPhone"];
        [matter writeToFile:filePath atomically:NO encoding:NSUTF8StringEncoding error:nil];
        [matter release];
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any reference about writing an application on iPad/iPhone to show HTML5 content
I'm writing a browser for the iPhone. I'm using NSString* storyHTML = @; ASIHTTPRequest
I wrote a code for writing the content to the mapped buffer which mapped
I'm have a StringBuilder that is writing content to a file. Towards the end
I'm writing a simple content management system. I need to store SHA1 hash values
What is the best way of writing the some content to the beginning and
I am writing a script for renaming/copying the content of a file. I have
I'm writing a form in XAML that has multiple buttons with content of different
I am having trouble writing query so that I can query the content of
I'm writing a Chrome extension which dynamically changes the content of the popup window

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.