We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f21563 commit 66d289cCopy full SHA for 66d289c
widgets/+wt/FileSelector.m
@@ -355,8 +355,9 @@ function setValueFromFullPath(obj,fullPath)
355
numAbove = max(numel(rootParts) - idx + 1, 0);
356
if numAbove>0
357
358
- obj.throwError("Path '%s' is not within the root directory '%s'.",...
359
- fullPath, obj.RootDirectory);
+ msg = "Select a path beneath the root:" + ...
+ newline + newline + obj.RootDirectory;
360
+ obj.throwError(msg);
361
362
else
363
0 commit comments