fn updateFileAbsolute(source_path: []const u8, dest_path: []const u8, args: CopyFileOptions) !PrevStatus
[src]
Same as Dir.updateFile
, except asserts that both source_path
and dest_path
are absolute. See Dir.updateFile
for a function that operates on both absolute and relative paths.