Hi Sepp,
from the view of your app data the plc root folder is at the following path:
"/plc/run/linux-gcc-aarch64/data"
for a virtual controller this path is:
"/plc/run/linux-gcc/x64/data"
In here you can create your own files and folders which will then be accessable from the plc
The following folders are the default.
So adding for example a "/seppfolder/seppfile1.txt" would be a solution, this would be the path from the plc.
The path within the app data would then be "/plc/run/linux-gcc-aarch64/data/seppfolder/seppfile1.txt"
Small hint for accessing with webdav, the path would be "/solutions/webdav/appdata/plc/......"
... View more