pub fn get_full_path_name(
    input_path: &CWideStr
) -> Result<(CWideString, Option<usize>), HResult>
Expand description

Get the full path name.

Returns a tuple. If the path refers to a file, the second element of the tuple is the starting index of the filename. Get the CWideString as a slice and index that to access the filename.