unwrap openFolder from #if sys

This commit is contained in:
Cameron Taylor 2024-02-16 16:35:57 -05:00
parent e4cd694c15
commit 29e1c480fd

View file

@ -645,7 +645,6 @@ class FileUtil
}; };
} }
#if sys
public static function openFolder(pathFolder:String) public static function openFolder(pathFolder:String)
{ {
#if windows #if windows
@ -662,7 +661,6 @@ class FileUtil
// TODO: implement linux // TODO: implement linux
// some shit with xdg-open :thinking: emoji... // some shit with xdg-open :thinking: emoji...
} }
#end
static function convertTypeFilter(typeFilter:Array<FileFilter>):String static function convertTypeFilter(typeFilter:Array<FileFilter>):String
{ {