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.1.0.0 (5.1.0)
Syntax protected static bool CheckIfFileCanBeCreated(
string filename
)
Protected Shared Function CheckIfFileCanBeCreated (
filename As String
) As Boolean
Parameters
- filename
- Type: SystemString
The filename.
Return Value
Type:
BooleanSee Also