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. |
sourceMasks | Masks of paths files which should be copied |
System. |
paths | Rules of copying |
Returns
Type | Description |
---|---|
System. |
Flag that everything is ok |