Hi so I am trying to open a certain file in my dart function via String path and I don't know how I need to set it. I tried 'lib/file_name' and other paths, but I don't know how to set it right. In a PHP function I was lucky and the error told me what the beginning of the path needs to be. Thanks in advance
TL;DR
The user is having trouble opening a file in their Dart function using a string path. They've tried different paths but haven't been successful. They mention that in PHP, they would get an error message indicating the correct format for the path.