|
static bool | ReplaceFileContents (string src, string dst) |
|
static bool | ReplaceContentsInDirectory (string src, string dst) |
|
static bool | FileContentEqual (string src, string dst) |
|
static bool | DirectoryContentEqual (string src, string dst) |
|
static void | DeleteDirectory (string dir) |
|
◆ SdkPluginsRoot
DirectoryInfo BFGSDK.BuildUtilities.SdkPluginsRoot |
| staticget |
Root Plugins folder for the SDK.
- Exceptions
InvalidOperationException | Root plugins folder cannot be found. |
◆ SdkRoot
DirectoryInfo BFGSDK.BuildUtilities.SdkRoot |
| staticget |
Retrieves the root folder for the SDK. If the SDK is installed as a package, this will return the virtualized package root. Otherwise, this will search the project directory for a folder named "BFGSDK" (breadth-first).