#Mounting a directory with its original name

1 messages · Page 1 of 1 (latest)

worthy estuary
#

I'm trying to write a function to run Processing java. It has an annoying behavior where it requires a folder and a file that have the same name. I'd like the Dagger function to accept a directory argument of that folder.

Unlike files, I can't get the directory name?

A workaround is to have 2 arguments, one for the parent directory and one for the folder to use in that directory :/