- Code: Select all
// Add java.io.File's root folders
addJavaIoFileRoots(volumesV);
// Add /etc/fstab folders under UNIX-based systems.
if(OsFamily.getCurrent().isUnixBased())
addFstabEntries(volumesV);
According to http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT the media-folder can be used. But here I have to following problem:
LocalFile cannot be changed, cause LongByReference is undefined. As soon as I change something therein, I get a compilation error. Any ideas, how to add that kind of function?
Does it make sense to give them as well an own icon? If so, from where to retrieve it? From the system????
LeO
