mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
swf bundle save fixed, other small fixes
This commit is contained in:
@@ -752,6 +752,13 @@ public class Helper {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the extension of a file.
|
||||
*/
|
||||
public static String getExtension(String fileName) {
|
||||
return getExtension(new File(fileName));
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the extension of a file.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user