Function getDirectory [src]

Returns a LazyPath representing the base directory that contains all the files from this WriteFile.

Prototype

pub fn getDirectory(write_file: *WriteFile) std.Build.LazyPath

Parameters

write_file: *WriteFile

Source

pub fn getDirectory(write_file: *WriteFile) std.Build.LazyPath { return .{ .generated = .{ .file = &write_file.generated_directory } }; }