hi,
I need to find a way to get a list of all of the files in the current folder, so i thought i could have my program execute the 'dir' command into the command prompt and then parse what is returened.
would anyone have any ideas on how I could execute the 'dir' command from my program?