Its been a while since I tried to work on the program I needed this for but thought I'd ask before going back to it, anyone know of a way to tell if its a folder instead of a file? I wanted the program to be able to list files, go inside of folders and list those as well.
This just came to me as I was typing...
I could use the If Folder Exists -> Change Directory and iterate through all the files listed to check them.
But does anyone know of a quicker way...say if a folder actually has an extension?