RequestFile docs - save:Bool

Monkey Forums/Monkey Bug Reports/RequestFile docs - save:Bool

DruggedBunny(Posted 2015) [#1]
Just noticed this docs bug, thinking the default RequestFile save:Bool value being 'true' was a bit odd:


Function RequestFile : String ( title:String, filters:String="", save:Bool=true, file:String="" )



... from requesters.monkey:

Function RequestFile:String( title:String,extensions:String="",save:Bool=False,file:String="" )="bbRequestFile"



marksibly(Posted 2015) [#2]
Fixed!