]> Creatis software - bbtk.git/blob - packages/std/bbs/appli/examplePrependDataPath.bbs
Cosmetics
[bbtk.git] / packages / std / bbs / appli / examplePrependDataPath.bbs
1 description "std::PrependDataPath box example. Also shows how to invoke the default data path. "
2 category "example"
3
4 include std
5
6 #Use it as a 'normal' box, thought it's written as a bbs script
7 new PrependDataPath pdp
8   set pdp.In "MyDataFile"
9   
10 print "Full path name : $pdp.Out"