|
@@ -9,7 +9,7 @@ ds := DATASET([{'a'}], rec);
|
|
dropzonePath := File.GetDefaultDropZone() +'/' : STORED('dropzonePath');
|
|
dropzonePath := File.GetDefaultDropZone() +'/' : STORED('dropzonePath');
|
|
|
|
|
|
string getFName(string ext) := FUNCTION
|
|
string getFName(string ext) := FUNCTION
|
|
- RETURN File.ExternalLogicalFileName('localhost', dropzonePath) + 'external' + ext;
|
|
|
|
|
|
+ RETURN File.ExternalLogicalFileName('localhost', dropzonePath) + WORKUNIT + 'external' + ext;
|
|
END;
|
|
END;
|
|
|
|
|
|
external1 := getFName('1');
|
|
external1 := getFName('1');
|