| 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.3.0.0 (5.3.0)
Syntaxprotected static bool CheckIfFileCanBeCreated(
	string filename
)
Protected Shared Function CheckIfFileCanBeCreated ( 
	filename As String
) As Boolean
Parameters
- filename
 - Type: SystemString
The filename. 
Return Value
Type: 
Boolean
See Also