GetFileExt-func
Get the file extension from the full path.
string strExt$ = GetFileExt( string strFile$ )$
strFile
Return the file extension or empty string if not a file name.
strExt$=GetFileExt("origin.ini")$