mob/verb/Convert()
var/convertfile/F = new("Test.jpg")
Write((F) as "Test.bmp")
Problem description:
Trying to make a simple conversion program, not too positive on byond coding i think ive gone wrong somewhere, basically pointlessly flexing the power of the code with many file types... any assistance as to what im doing wrong in regards to making a conversion program?