|
@@ -40,7 +40,7 @@
|
|
Result:=Temp;
|
|
Result:=Temp;
|
|
Temp:='';
|
|
Temp:='';
|
|
end;
|
|
end;
|
|
- If (Length(Result)>0) and (result[length(result)] in AllowDirectorySeparators) then
|
|
|
|
|
|
+ If (Length(Result)>0) and (result[length(result)] in ['\','/']) then
|
|
Result:=Result+DirectorySeparator;
|
|
Result:=Result+DirectorySeparator;
|
|
Result:=Result+name;
|
|
Result:=Result+name;
|
|
If not FileExists(Result) Then
|
|
If not FileExists(Result) Then
|