The directory name of the current module.
This is the same as the path.dirname() of the import.meta.filename.
path.dirname()
import.meta.filename
Caveat: only present on file: modules.
file:
v21.2.0, v20.11.0