Beispiel #1
0
        public byte[] GetPathLocation(AbsolutePath path)
        {
            string rootPath = PathUtilities.GetRootPath(path);

            return(Encoding.Default.GetBytes(rootPath.ToCharArray()));
        }