*
* Contributors:
* Semantum Oy - #7330 - initial API and implementation
+ * Semantum Oy - #7551 - improved robustness
*******************************************************************************/
package org.simantics.utils.datastructures.file;
else if (attrs.isRegularFile()) {
registerFile(dir, child, attrs);
}
+ } catch (NoSuchFileException ioe) {
+ // Intentionally ignore.
+ // The file was removed before we even had a chance to process it.
} catch (IOException ioe) {
LOGGER.error("Failed to read attribute for path " + child, ioe);
}