Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 374 Bytes

yarn.compiler.compilationjob.file.filename.md

File metadata and controls

22 lines (12 loc) · 374 Bytes

File.FileName

Field in File

Summary

The name of the file.

public string FileName;

Remarks

This may be a full path, or just the filename or anything in between. This is useful for diagnostics, and for attributing Line objects to their original source files.