Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
File.IsRelative (gb)
Seit 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.