Thanks for the advice, but how would I get this to perform a recursive routine? I thought was. :)
BTW there has been a slight modification. They are Chinese character not Japanese.
What happens is that the io.Fileinfo ignores the file completely.
So if I ran this against a directory and sub-directories and all 100 file have normal recognized character
5 sub-directories and 140 Chinese characters I will only get a count for the directories with recognized characters. If the directory has the Chinese characters in the name it will spit no results back.
Main Topics
Browse All Topics





by: grayePosted on 2009-10-23 at 13:06:46ID: 25648031
So, what happens if you've got Japanese characters?
BTW: most folks would make this a "recursive" routine where it get called over and over until it has exhausted all of the subdirectories under the starting directory.