HI Guys,
I have a symfony php command where the parameter expects to send a csv file path. I would like to create a csv in a custom path using VFSStream. How is it possible to achieve this please ?
I can see when I create a csv file in the root directory. I see vfs embed path like this vfs:/root/foo.csv.
Instead of the above path, I would like to create foo.csv in a custom local directory.
Thanks alot.