Path longer than 248 char is throwing exception with GetFile() method of System.IO
Hi guys,
Got a good question for you.
I'm trying to search a directory that have nested directories and target is to find some files.
and what is happening is Path longer than 248 char is throwing exception with GetFile() method of System.IO
I hope somebody have faced this problem. Any ideas how to search the files with path longer than 248 char.
Thanks.