Skip to content

Commit 2ddd264

Browse files
author
jan
committed
Do not force folder creation
1 parent cbcd002 commit 2ddd264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/tools/Helpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public static void createNewFolder(IFolder newFolder, IPath linklocation) throws
267267
.convertToRelative(URIUtil.toURI(linklocation), false, null);
268268
newFolder.createLink(relativeLinklocation, IResource.REPLACE | IResource.ALLOW_MISSING_LOCAL, null);
269269
} else {
270-
newFolder.create(0, true, null);
270+
newFolder.create(0, false, null);
271271
}
272272

273273
}

0 commit comments

Comments
 (0)