util_filename_is_in_path


Description:


[ Version ( since = "3.60" ) ]
public bool util_filename_is_in_path (string filename, string path)

Checks whether the filename is stored under path.

It use canonicalized form of the paths before comparing them. Both the filename and path are expected to be absolute paths, is not, false is returned.

Parameters:

filename

a filename

path

an expected path

Returns:

whether the filename is stored under path


Namespace: E