|  | DebugInfoBuilderCreateFile Method (String, String) | 
 [This is preliminary documentation and is subject to change.]
 
    Namespace: 
   Llvm.NET.DebugInfo
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
 Syntax
Syntaxpublic DIFile CreateFile(
	string fileName,
	string directory
)
Parameters
- fileName
- Type: SystemString
 Name of the file (may be  or empty)
- directory
- Type: SystemString
 Path of the directory containing the file (may be  or empty)
Return Value
Type: 
DIFileDIFile or 
 if 
fileName
            is 
 empty, or all whitespace
            
 See Also
See Also