Skip to content
Snippets Groups Projects
Commit 9e52706a authored by gambas's avatar gambas
Browse files

-Correctly- check for duplicated class files when opening a project.

[DEVELOPMENT ENVIRONMENT]
* BUG: -Correctly- check for duplicated class files when opening a project.
parent 74bedf32
Branches
Tags
Loading
Pipeline #155049357 passed
......@@ -464,7 +464,7 @@ Public Sub CheckDuplicates() As String[]
Dim sName As String
Dim sDup As String
For Each sPath In RDir($sSourceDir, "*", gb.File + gb.Directory, True)
For Each sPath In RDir($sSourceDir, "*", gb.File, True)
sName = File.Name(sPath)
sDup = cName[sName]
If Not sDup Then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment