<.
function File_Demo()
?? \r\n ~ '--Read file and Output here--'
file('codeexamples.nuvaproj') end file
file('codeexamples.nuvaproj', true)
Target = 'temp.target'
end file
?? \r\n ~ '--Read file dynamically and Output here--'
file('')
Filename = System.Path.ProjectPath ~ 'output\temp.target'
end file
System.File.Delete(System.Path.ProjectPath ~ 'output\temp.target')
end function
.>
|