Class FileSystemUtils
Namespace: Unity.Industrial.Forma.Core.Utils
Syntax
public static class FileSystemUtils
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 |