Skip to main content

BuildUtilities Class

Static Public Member Functions

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)
 

Properties

static DirectoryInfo SdkRoot [get]
 Retrieves the root folder for the SDK. More...
 
static DirectoryInfo SdkPluginsRoot [get]
 Root Plugins folder for the SDK. More...
 

Property Documentation

◆ SdkPluginsRoot

DirectoryInfo BFGSDK.BuildUtilities.SdkPluginsRoot
staticget
Root Plugins folder for the SDK.
Exceptions
InvalidOperationExceptionRoot 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).