description "std::PrependDataPath box example. Also shows how to invoke the default data path. " category "example" include std #Use it as a 'normal' box, thought it's written as a bbs script new PrependDataPath pdp set pdp.In "MyDataFile" print "Full path name : $pdp.Out"