Click or drag to resize

TaskPerformerBaseCheckIfFileCanBeCreated Method

Checks if file can be created. This isn't the case if one or more folders are missing.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected static bool CheckIfFileCanBeCreated(
	string filename
)

Parameters

filename
Type: SystemString
The filename.

Return Value

Type: Boolean
See Also