]> Creatis software - bbtk.git/blob - examplePrependDataPath.bbs
758ea42b15ab1ed47bfbba9c0f4ff9f1facd1c4a
[bbtk.git] / 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"