Unpacks a coded ASCII file into the original format of the enclosed file.
Uuencode/uudecode have been used for many decades to enable binary files to be placed within ASCII documents such as usenet forums or emails. By placing binary files as ASCII one can bypass virtually all filtering and ensure that the file arrives intact.
menu: veeos ==> system ==> uudecode
library: sysLib
o_uudecode("C:\temp\mydata.uue" , "C:\temp") unpacks whatever files was encoded into mydata.uue into the C:\temp directory
Uuencode/uudecode use a very widespread and long-stable standard. Do not use spaces or other punctuation in file names for uuencoding
VEE 7.0+, Windows XP+