Skip to content

Commit

Permalink
Revert "potential misinterpretation"
Browse files Browse the repository at this point in the history
This reverts commit 7c2f15e.
  • Loading branch information
charlesisfeline authored Jul 17, 2024
1 parent a06cc07 commit 52029a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/util/FileUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ class FileUtil
*
* @param path The path to the directory.
* @param destination The path to move the directory to.
* @param ignore A list of paths to ignore.
* @param ignore A list of file names to ignore.
*/
public static function moveDir(path:String, destination:String, ?ignore:Array<String>):Void
{
Expand Down Expand Up @@ -687,7 +687,7 @@ class FileUtil
*
* @param path The path to the directory.
* @param recursive Whether to delete all contents of the directory.
* @param ignore A list of paths to ignore.
* @param ignore A list of file names to ignore.
*/
public static function deleteDir(path:String, recursive:Bool = false, ?ignore:Array<String>):Void
{
Expand Down

0 comments on commit 52029a2

Please sign in to comment.