Esempio n. 1
0
        public IFileInfo GetFileInfo(string sPath)
        {
            StandardFileInfoObject info = new StandardFileInfoObject(GetPath(sPath));

            if (info.Loaded)
            {
                return(info);
            }
            else
            {
                return(null);
            }
        }
 public IFileInfo GetFileInfo(string sPath)
 {
     StandardFileInfoObject info = new StandardFileInfoObject(GetPath(sPath));
     if (info.Loaded)
     {
         return info;
     }
     else
     {
         return null;
     }
 }