You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd.Root.GetFiles("") always return 0 results.
cd.Root.GetFiles(".*") works fine, but when you want to return files that don't have extension, that's annoying.
CDReader cd = new CDReader(fs, true, true);
cd.Root.GetFiles("") always return 0 results.
cd.Root.GetFiles(".*") works fine, but when you want to return files that don't have extension, that's annoying.