[r907]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_MetricFileTransfer / FB_MetricFileTransfer / IFileTransfer / SendFile / svnobj  Maximize  Restore  History

Download this file

6 lines (5 with data), 2.2 kB

1
2
3
4
5
// Open file (filename , File Access Mode)
    FileName : T_MaxString := 'filepath/file.txt';  // File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/)
END_VAR
VAR
FileNameWithoutFullPath := ReturnFileName( FileName );