File.IsRelative (gb)

Desde 3.8.2

Static Function IsRelative ( Path As String ) As Boolean

Return True if Path is a relative path.

A relative path is a path that does not start with / or ~.

If Path is void, this function returns FALSE.