Interface IFileCopier
Copying files
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IFileCopier : IManager
Methods
Copy(List<string>, Dictionary<string, string>)
Copy files (from sourceMasks) according to rules in paths
Declaration
Dictionary<string, string> Copy(List<string> sourceMasks, Dictionary<string, string> paths)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<><string> | sourceMasks | Masks of paths files which should be copied |
System.Collections.Generic.Dictionary<,><string, string> | paths | Rules of copying |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<,><string, string> | Flag that everything is ok |