Beispiel #1
0
        private static string[] eDir(string[] dirs)
        {
            string[] found = { };
            sDirs.AddRange(dirs);
            for (int idx = 0; idx < dirs.Length; idx++)
            {
                GetAllDirs(dirs[idx], new string[] { });
            }

            return(null);
        }