mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
Add doc reminder
This commit is contained in:
parent
574d0e2f51
commit
c968891174
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,7 @@ public class RSEFileStore extends FileStore implements IFileStore
|
||||||
info.setAttribute(EFS.ATTRIBUTE_EXECUTABLE, file.isExecutable());
|
info.setAttribute(EFS.ATTRIBUTE_EXECUTABLE, file.isExecutable());
|
||||||
info.setAttribute(EFS.ATTRIBUTE_ARCHIVE, file.isArchive());
|
info.setAttribute(EFS.ATTRIBUTE_ARCHIVE, file.isArchive());
|
||||||
info.setAttribute(EFS.ATTRIBUTE_HIDDEN, file.isHidden());
|
info.setAttribute(EFS.ATTRIBUTE_HIDDEN, file.isHidden());
|
||||||
|
//TODO Add symbolic link attribute
|
||||||
|
|
||||||
if (!isDir) {
|
if (!isDir) {
|
||||||
info.setLength(file.getLength());
|
info.setLength(file.getLength());
|
||||||
|
@ -318,6 +319,7 @@ public class RSEFileStore extends FileStore implements IFileStore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (SystemMessageException e) {
|
catch (SystemMessageException e) {
|
||||||
|
//TODO check whether we should not throw an exception ourselves
|
||||||
infos = new FileInfo[0];
|
infos = new FileInfo[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue