skip_root


Description:

public unowned string skip_root (string file_name)

Returns a pointer into file_name after the root component, i.

e. after the "/" in UNIX or "C:\" under Windows. If file_name is not an absolute path it returns null.

Parameters:

file_name

a file name

Returns:

a pointer into file_name after the root component


Namespace: GLib.Path
Package: glib-2.0