ManifestResources: append "/" to rootPath if missing
This commit is contained in:
@@ -33,6 +33,12 @@ import sys.FileSystem;
|
||||
|
||||
rootPath = Reflect.field (config, "rootPath");
|
||||
|
||||
if(!StringTools.endsWith(rootPath, "/")) {
|
||||
|
||||
rootPath += "/";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (rootPath == null) {
|
||||
|
||||
Reference in New Issue
Block a user