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 8336151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:53:47+00:00 2026-06-09T03:53:47+00:00

I am using [NSFileManager attributesOfItemAtPath:error:] function for fetching attributes of file. But sometimes my

  • 0

I am using [NSFileManager attributesOfItemAtPath:error:] function for fetching attributes of file.
But sometimes my application cpu is going upto 100%. I am using this function for 100k(approx.) files.
Sample of my application:

                                2128 -[NSFileManager attributesOfItemAtPath:error:]
                                  2128 +[NSFileAttributes _attributesAtPath:partialReturn:filterResourceFork:error:]
                                    2123 _attributesAtPath
                                      2072 listxattr
                                      29 realloc
                                        18 realloc
                                        11 szone_size
                                      22 _attributesAtPath
                                    5 _sysenter_trap  

Can anyone please help me out?

  • 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-09T03:53:49+00:00Added an answer on June 9, 2026 at 3:53 am

    I am using stat.

    #import <sys/stat.h>
    
    struct stat stat1;
    if( stat([inFilePath fileSystemRepresentation], &stat1) )
          // something is wrong 
    long long size = stat1.st_size;
    printf("Size: %lld\n", stat1.st_size);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using NSFileManager 's startDownloadingUbiquitousItemAtURL to download file from iCloud to local copy
in my iPhone projects, I am currently copying files using NSFileManager 's -copyItemAtPath:toPath:error: method.
I am trying to delete a file, but somehow nsfilemanager will not allow me
A common task I do consists reading a directory content using NSFileManager:contentsOfDirectoryAtPath but enabling
I'm using NSFileManager to create a file at a specified path with text view
I'm currently using NSFileManager setAttributes to change the permission of a directory. My problem
Is there any way to find the parent directory of a path using NSFileManager
I got to a point where my application works perfectly on the simulator but
I'm using the famous :) function createEditableCopyOfDatabaseIfNeeded for create an editable copy of my
I am trying to call a javascript in a html page using the function

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.