mirror of
https://git.aramjonghu.nl/AramJonghu/file-organizer.git
synced 2026-06-07 21:58:24 +02:00
archives support, builds .exe as well now
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ pub fn main() !void {
|
||||
|
||||
const io = threaded.io();
|
||||
const cwd = std.Io.Dir.cwd();
|
||||
const dir = try cwd.openDir(io, ".", .{ .iterate = true }); // change to root later
|
||||
const dir = try cwd.openDir(io, ".", .{ .iterate = true });
|
||||
defer dir.close(io);
|
||||
|
||||
var iterate = dir.iterate();
|
||||
|
||||
Reference in New Issue
Block a user