|
@@ -512,6 +512,7 @@ implementation
|
|
{$elseif defined(macos)}
|
|
{$elseif defined(macos)}
|
|
if IsMacFullPath(s) then
|
|
if IsMacFullPath(s) then
|
|
result:=true;
|
|
result:=true;
|
|
|
|
+{$elseif defined(win32) or defined(win64) or defined(go32v2)}
|
|
if ((length(s)>0) and ((s[1]='\') or (s[1]='/'))) or
|
|
if ((length(s)>0) and ((s[1]='\') or (s[1]='/'))) or
|
|
((length(s)>2) and (s[2]=':') and ((s[3]='\') or (s[3]='/'))) then
|
|
((length(s)>2) and (s[2]=':') and ((s[3]='\') or (s[3]='/'))) then
|
|
result:=true;
|
|
result:=true;
|