mirror of
https://github.com/fairyglade/ly.git
synced 2026-08-06 21:21:58 +00:00
@@ -384,7 +384,7 @@ fn installText(
|
|||||||
destination_directory: std.Io.Dir,
|
destination_directory: std.Io.Dir,
|
||||||
destination_directory_path: []const u8,
|
destination_directory_path: []const u8,
|
||||||
destination_file: []const u8,
|
destination_file: []const u8,
|
||||||
options: std.Io.File.CreateFlags,
|
options: std.Io.Dir.CreateFileOptions,
|
||||||
) !void {
|
) !void {
|
||||||
var file = try destination_directory.createFile(io, destination_file, options);
|
var file = try destination_directory.createFile(io, destination_file, options);
|
||||||
defer file.close(io);
|
defer file.close(io);
|
||||||
|
|||||||
Reference in New Issue
Block a user