mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 23:36:32 +00:00
5 lines
112 B
HolyC
Executable file
5 lines
112 B
HolyC
Executable file
Cd(__DIR__);;
|
|
if (!FileFind("~/Budget",,FUF_JUST_DIRS)) {
|
|
DirMk("~/Budget");
|
|
Copy("Accts.DD","~/Budget");
|
|
}
|