We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee3c13 commit fa2383aCopy full SHA for fa2383a
vlib/io/util/util.v
@@ -51,7 +51,7 @@ fn error_for_temporary_folder(fn_name string, d string) !string {
51
}
52
53
// temp_dir returns a uniquely named, writable, directory path.
54
-pub fn temp_dir(tdo TempFileOptions) !string {
+pub fn temp_dir(tdo TempDirOptions) !string {
55
mut d := tdo.path
56
if d == '' {
57
d = os.temp_dir()
0 commit comments