Function
EDataServerutil_filename_is_in_path
unstable since: 3.60
Declaration [src]
gboolean
e_util_filename_is_in_path (
const gchar* filename,
const gchar* path
)
Description [src]
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.
Available since: 3.60