new_for_commandline_arg_and_cwd


Description:

[ Version ( since = "2.36" ) ]
public static File new_for_commandline_arg_and_cwd (string arg, string cwd)

Creates a File with the given argument from the command line.

This function is similar to new_for_commandline_arg except that it allows for passing the current working directory as an argument instead of using the current working directory of the process.

This is useful if the commandline argument was given in a context other than the invocation of the current process.

See also create_file_for_arg.

Parameters:

arg

a command line string

cwd

the current working directory of the commandline

Returns:

a new File