Table of Contents

Method CreateFile

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

CreateFile(string?)

Creates a DIFile

DIFile CreateFile(string? path)

Parameters

path string

Path of the file (may be null or empty)

Returns

DIFile

DIFile or null if path is null empty, or all whitespace

CreateFile(LazyEncodedString?, LazyEncodedString?)

Creates a DIFile

DIFile CreateFile(LazyEncodedString? fileName, LazyEncodedString? directory)

Parameters

fileName LazyEncodedString

Name of the file (may be null or empty)

directory LazyEncodedString

Path of the directory containing the file (may be null or empty)

Returns

DIFile

DIFile created