tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
Loading...
Searching...
No Matches
lsdir.h
Go to the documentation of this file.
1#pragma once
2
3#include "../core/args.h"
4#include "res.h"
5
7enum run_result run_lsdir(const os_char *dir);
enum run_result run_lsdir(const os_char *dir)
List files/folders in a directory.
Definition lsdir.c:5
run_result
Result of the execution of a command line.
Definition res.h:6