CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of DirectoryManager
C#
internal class DirectoryManager
    {
        private static string makePath(string path, string searchPattern)
        {
            if (!path.EndsWith("\\"))
                path += "\\";
            return Path.Combine(path, searchPattern);
        }
 
        private static IEnumerable<string> getInternal(string path, string searchPattern, bool isGetDirs)
by Eugene Cheverda   August 27, 2010 @ 2:30am
543 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate