If I run this
I get true
If I run this
I get nothing, or at least not the "true" I need.
How can this be solved?
Code:
f = "file.obj" try ( importFile f #noPrompt ) catch()
If I run this
Code:
f = "file.vrmesh" try ( VRayProxy filename: f ) catch()
How can this be solved?
Comment