Skip to content

Commit

Permalink
minor comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
delahaye-4D committed Oct 29, 2024
1 parent ff9bc3e commit d7978ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Build4D/Project/Sources/Classes/_core.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Function _resolvePath($path : Variant; $baseFolder : 4D.Folder) : Object

If ($_base[0]=$_path[0]) // are we on the same root
$absolutePath:=$path
Else // thi is an absolute path
Else // this is an absolute path
$absolutePath:=$absoluteFolder.path+$path
End if

Expand All @@ -360,8 +360,6 @@ Function _resolvePath($path : Variant; $baseFolder : 4D.Folder) : Object

$absolutePath:=Replace string($absolutePath; "//"; "/")



End case

End case
Expand Down

0 comments on commit d7978ea

Please sign in to comment.