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

  • SEARCH
  • Home
  • 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 7892359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T06:51:00+00:00 2026-06-03T06:51:00+00:00

I know how to check if a plist file does exist… if (![[NSFileManager defaultManager]

  • 0

I know how to check if a plist file does exist…

if (![[NSFileManager defaultManager] fileExistsAtPath:plistPath]) {
 //..etc
}

I would like to know if there is a way to check if a plist file does not exist?

I am having some issues trying to use something from my plist when it’s not present, as I create the plist later. So I would like to check if the plist is not present in the directory. I will pass some default values to the objects I am going to use. That way I will not get an error; the if statement where I am comparing these values will not throw a fit, and later will get populated with the correct data.

  • 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-03T06:51:02+00:00Added an answer on June 3, 2026 at 6:51 am

    If the code shown checks that the file does exist, you remove the ! to check that it doesn’t:

    if ([[NSFileManager defaultManager] fileExistsAtPath:plistPath]) {
    

    Or, you can use:

    if ([[NSFileManager defaultManager] fileExistsAtPath:plistPath] != 0) {
    

    since the code returns 0 when the file does exist. You might want to check errno or an equivalent to see if it is a permissions problems versus a non-existent file or directory.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

does anyone know how to check if a file or directory is either a
I need to know whether check whether a String end with something like .xyz
Does anybody know how to check for a valid IMEI? I have found a
Does anyone know how to check if the called ui (custom) has also options
Does anyone know how to check in the code to Visual svn server using
I can check the webkit version by /System/Library/Frameworks/Webkit/Resource/info.plist but how do I know if
There is a way to know and check who make/where come from a NET/HTTP
I would like to create a project but i don't really know how to
I know how to check if one textbox is changed, but what about if
I know how to check if a parameter is null but i am not

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.