Class FileSystemUtils
Namespace: Unity.Industrial.Forma.Core.Utils
Syntax
public static class FileSystemUtils : object
Methods
CopyFolderAndContents(String, String, Boolean)
Declaration
public static void CopyFolderAndContents(string sourcePath, string destinationPath, bool recursive)
Parameters
Type | Name | Description |
---|---|---|
String | sourcePath | |
String | destinationPath | |
Boolean | recursive |