|
|
FullPathFullPath
Diese Funktion ist in folgenden Access-Versionen verfügbar: 2000, 2002, 2003, 2007, 2010
Wandelt eine relative Pfadangabe in einen absoluten Pfad um.
Function FullPath(RelativePath As String, FullPath As String) As Integer
True, wenn ein absoluter Pfad zurückgegeben werden kann.
Dim strRelPfad As String
Dim strAbsPfad As String strRelPfad = Nz(Me!txtRelPfad, "") WizHook.Key = 51488399 If WizHook.FullPath(strRelPfad, strAbsPfad) = True Then MsgBox strAbsPfad, vbInformation Else MsgBox "Aktion fehlgeschlagen", vbCritical End If
Ausgangspunkt für die Umwandlung ist immer das "CurDir". Es sind die (aus HTML) bekannten Kennzeichen für übergeordnete Ordner möglich ("../"). Bei der Ermittlung des absoluten Pfad wird nicht geprüft, ob der Ordern wirklich vorhanden ist.
|
02.10.2020: 06.11.2019: 06.05.2017: 27.03.2016: 23.05.2014: |
|
|