[ Version ( since = "2.36" ) ]
public File create_file_for_arg (string arg)
Creates a File corresponding to a filename that was given as part of the invocation of this.
This differs from new_for_commandline_arg in that it resolves relative pathnames using the current working directory of the invoking process rather than the local process.
this | |
arg |
an argument from this |
a new File |