====== File format handlers ====== Analogous to the case for maps, formats are handled using the ''GetFormat'' function, like so: map.SaveFile "C:\\temp\\myfile.bmp" false true The ''GetFormat'' function takes three arguments, which are //map name// (string), //map type// (int) and //file extension// (string). Please refer to the [[bundydocs>zeolite:functions:format_GetByExt|format_GetByExt]] API function for an explanation of the arguments.