mirror of
https://git.aramjonghu.nl/AramJonghu/file-organizer.git
synced 2026-06-06 17:48:23 +02:00
examples added
This commit is contained in:
Binary file not shown.
+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 });
|
||||
const dir = try cwd.openDir(io, "examples", .{ .iterate = true });
|
||||
defer dir.close(io);
|
||||
|
||||
var it = dir.iterate();
|
||||
|
||||
Reference in New Issue
Block a user