Ejemplo n.º 1
0
 public void AddBuildFile(string location, string extension)
 {
     AddBuildFile(SystemHelper.GetFileInfo(location, this.Name, extension));
 }
Ejemplo n.º 2
0
        public IBuiltFile Convert(string filePath, FileFormat format)
        {
            IFile source = SystemHelper.GetFileInfo(filePath);

            return(Convert(source, format));
        }
Ejemplo n.º 3
0
 public void Delete()
 {
     SystemHelper.DeleteFile(Path);
     Deleted = true;
 }