Packagecom.threerings.util
Classpublic class FileUtil



Public Methods
 MethodDefined by
  
getDotSuffix(filename:String):String
[static] Returns the substring composed of the characters after the last '.' in the supplied string.
FileUtil
Method detail
getDotSuffix()method
public static function getDotSuffix(filename:String):String

Returns the substring composed of the characters after the last '.' in the supplied string. The substring will be converted to lowercase.

Parameters
filename:String

Returns
String