Hi, everyone, I'm a little bit confused with recent changes and the possibility to share files.
My app used to create a .csv file and share it, using the following code-blocks:
Can you help me to figured it out what do I need to change to keep this working on AAB mode?
store the file in the ASD - application specific directory and share it from there...
here is a working solution using the DefaultFileScope App (in the Screen1 properties) and the file extension (I also tried DefaultFileScope Legacy with the same result)
@ewpatton however it probably also should work without specifying the path to the ASD? The Sharing component adds file:// to the filename... see the error message
@ewpatton please also update the documentation of the file component for the old methods (AppendToFile, Delete, ReadFrom, SaveFile)... thank you...