Function cwd [src]

Prototype

pub fn cwd() Directory

Source

pub fn cwd() Directory { return .{ .path = null, .handle = fs.cwd(), }; }