mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-28 00:06:35 +00:00
6 lines
112 B
HolyC
6 lines
112 B
HolyC
|
Cd(__DIR__);;
|
||
|
if (!FileFind("~/Budget",,FUF_JUST_DIRS)) {
|
||
|
DirMk("~/Budget");
|
||
|
Copy("Accts.DD","~/Budget");
|
||
|
}
|