ResourceMgr InstantiateResource Method CleanCode C# Libraries v1.2.03 API
Instantiates a file resource if it does not yet exist.

Namespace: CleanCode.IO
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static string InstantiateResource(
	string fileName,
	string resourceText
)

Parameters

fileName
Type: OnlineSystem String
Basename of the file.
resourceText
Type: OnlineSystem String
The resource text, retrieved from your application's resource store.

Return Value

Full path and name of the file.
Remarks

File resources are externalized to a subdirectory of the Application Data directory, named after the top-level application.
See Also