CodeQL library for Rust
codeql/rust-all 0.2.7 (changelog, source)
Search

Module FileSystem

Provides classes for working with files and folders.

Import path

import codeql.files.FileSystem

Predicates

additionalExternalFile

Holds if the file identified by relativePath should be treated as though it is external to the target project, even though it is within the source code directory. This is used for testing.

Classes

ExtractedFile

A source file that was extracted.

File

A file.

SuccessfullyExtractedFile

A successfully extracted file, that is, a file that was extracted and contains no extraction errors or warnings.

Aliases

Container

A file or folder.

Folder

A folder.

Folder

Provides logic related to Folders.