swf bundle save fixed, other small fixes

This commit is contained in:
Honfika
2014-01-22 15:34:12 +01:00
parent e2a42471de
commit 863cf1d387
12 changed files with 140 additions and 91 deletions
+7
View File
@@ -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.
*/