Exemplo n.º 1
0
        private char GetDirectorySeparatorChar(string path)
        {
            if (_sharpCifsFileSystem.IsEnabledForPath(path))
            {
                return(_sharpCifsFileSystem.GetDirectorySeparatorChar(path));
            }

            return(Path.DirectorySeparatorChar);
        }