Just because its easier to just post here and hope someone answers, I am going to post here then try and look them up after I type all this. It helps organize what I am looking for, and it overlaps my search with waiting for posts.
What I am doing is making a script to read some folders and files, and I just have a few questions along the way.
/../ is parent directory, correct? Well what is /./?
This reads in whatever order, but I want directories to be before the files and them all to be alphabetized. Is it possable to make an array without a specific size? Or do I just have to make an array with some big number of entries. And then can I alphabetize the values in the array? Or do I just have to live with the order it has them in?
k time to look these up and wait for answers.