mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-04-28 14:30:11 +01:00
6 lines
114 B
HolyC
Executable file
6 lines
114 B
HolyC
Executable file
Cd(__DIR__);;
|
|
if (!FileFind("~/Budget",, FUF_JUST_DIRS))
|
|
{
|
|
DirMake("~/Budget");
|
|
Copy("Accts.DD", "~/Budget");
|
|
}
|