Glen
On Wednesday, March 10, 2004, at 03:28 PM, [EMAIL PROTECTED] wrote:
I suggest you check the actual variable confp your handler generates, or
assuming fld "test" contains "/opt/OopDev/oopc" you could simplify to...
put fld "test" into url ("file:" & fld "sPath") or put fld "test" into url ("binfile:" & fld "sPath")
depending on what you want. Put the result to see where an error has occured.
You may also need to create the directories in the path if they are not
already available.
/H
I am trying to get a local variable to work with writing a file usingURL...Linux platform
on mouseUp put quote & "file:" & fld "sPath" & "/oopc" & quote into confp -- this creates "file:/opt/OopDev/oopc" put fld "test" into URL confp end mouseUp
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
