Replies: 1 comment
-
Anyone else looking to do this or something similar, I just hacked together a shortcode to do it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to use a variable within a
call
statement for a filename? Suppose I built up a filename using[set fullPath][get basePath][get fileName][/set]
.What syntax would be appropriate syntax to call the file at
$basePath/$fileName.txt
?I've tried
[call {get fullPath}]
and[call {get fullPath _escape}]
, (square brackets and curly brackets versions for each) but those doesn't seem to work.Beta Was this translation helpful? Give feedback.
All reactions