On gamma 2019.2 0015, i’m creating an app that looks for a specific txt file on Create (when the app starts). If it does not find the file, it’s supposed to write it.
To generate the file, I’m using ApplicationPath along with MakePath, as suggested in the Graybook (the input pin here just specifies the name of the file).
please look carefully: the documentation does not suggest to use MakePath but a simple + string!
and 2nd:
by taking a path on the Input and converting it to a string you already get an absolute path there. the MakePath then apparently simply discards the first part if the second part is an absolut path.
so: for now please use simple string operations and it should work.