in reply to Parsing current and sub-directories and prints out all files found from largest size to smallest

Given that you have posted no code, I suggest you look at the opendir, readdir, and closedir functions, paying attention to the return values from readdir, and take a stab at it. Give it a try - make us proud.

  • Comment on Re: Parsing current and sub-directories and prints out all files found from largest size to smallest
  • Select or Download Code