Abilio_KID Posted July 1, 2004 Posted July 1, 2004 I'm trying to make a small app to read some filetype in a folder, including subfoldersFileFindFirstFile ( "*.ext" ) only works at current folder. The other way to do it would be using the DOS dir command to send all filenames to a TXT file and then read it from there. My problem with this is that in my Windows 2000 some files get different names when seen in the TXT files. Something like this:Aplicação.ext becomes Aplica‡Æo.ext. I'm not even sure you can read the difference.Anyway to go around this problem? The OS is portuguese and I have some files like this.
Abilio_KID Posted July 1, 2004 Author Posted July 1, 2004 Thanks. I tried to read all of the code but got lost in the middle . I do however know how it works and simply copied it and changed the root folder to reflect my app.
tutor2000 Posted July 1, 2004 Posted July 1, 2004 Thanks. I tried to read all of the code but got lost in the middle . I do however know how it works and simply copied it and changed the root folder to reflect my app. The joys of copy pasteIt's how I learned a lotRick
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now