示例#1
0
        /// <inheritdoc />
        public IFile GetRootFile(FilePath path)
        {
            if (path == null)
            {
                throw new ArgumentNullException(nameof(path));
            }

            return(GetFile(RootPath.CombineFile(path)));
        }