-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 43b4081.
- Loading branch information
Showing
9 changed files
with
255 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
; these are set in code, but i left the dta here to quickly see what these funcs do -LX | ||
{func dx_file_mkdir ($dir) | ||
{file_mkdir {sprint "data:/GoldHEN/RB4DX/" $dir}} | ||
} | ||
{func dx_file_delete ($file) | ||
{file_delete {sprint "data:/GoldHEN/RB4DX/" $file}} | ||
} | ||
{func dx_file_exists ($file) | ||
{file_exists {sprint "data:/GoldHEN/RB4DX/" $file}} | ||
} | ||
{func dx_file_rename ($from $to) | ||
{file_rename {sprint "/data/GoldHEN/RB4DX/" $from} {sprint "/data/GoldHEN/RB4DX/" $to}} | ||
} | ||
{func dx_write_null_file ($file) | ||
{write_file {sprint "data:/GoldHEN/RB4DX/" $file} {array ()}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.