Пример #1
0
        public IFileInfo GetFileInfo(string sPath)
        {
            sPath = PreparePath(sPath);
            AzureCloudFile file = _provider.Get(sPath, false);
            var            info = new AzureFileInfo((AzureCloudFile)file, _provider);

            return(info);
        }
 public IFileInfo GetFileInfo(string sPath)
 {
     sPath = PreparePath(sPath);
     AzureCloudFile file = _provider.Get(sPath, false);
     var info = new AzureFileInfo((AzureCloudFile) file, _provider);
     return info;
 }