This subroutine initializes a path object.
This is done by setting the given file name as reference to the script, to look the path up in and emptying the path completely.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(aot_path_type), | intent(out) | :: | me | Path object to initialize |
||
character(len=*), | intent(in), | optional | :: | Filename | Filename of the Lua script, this path is located in |