For the complete documentation index, see llms.txt. This page is also available as Markdown.

CreateFromFiles(string[])

Method in CompilationJob

Summary

Creates a new CompilationJob using the contents of a collection of files.

public static CompilationJob CreateFromFiles(params string[] paths)

Parameters

Name
Description

string[] paths

The paths to the files.

Returns

A new CompilationJob .

Last updated

Was this helpful?