mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-17 17:44:40 +01:00
Move things to file_helpers
These were meant to be here anyway but I didn't put it here because other similar methods were in system_helpers
This commit is contained in:
@@ -40,9 +40,6 @@ fn main() {
|
||||
system_helpers::run_program,
|
||||
system_helpers::run_jar,
|
||||
system_helpers::open_in_browser,
|
||||
system_helpers::copy_file,
|
||||
system_helpers::copy_file_with_new_name,
|
||||
system_helpers::delete_file,
|
||||
system_helpers::install_location,
|
||||
system_helpers::is_elevated,
|
||||
proxy::set_proxy_addr,
|
||||
@@ -53,6 +50,8 @@ fn main() {
|
||||
file_helpers::dir_is_empty,
|
||||
file_helpers::dir_delete,
|
||||
file_helpers::copy_file,
|
||||
file_helpers::copy_file_with_new_name,
|
||||
file_helpers::delete_file,
|
||||
file_helpers::are_files_identical,
|
||||
downloader::download_file,
|
||||
downloader::stop_download,
|
||||
|
||||
Reference in New Issue
Block a user