Looking for a disk management tools in JAVA
Hi everybody,
I am currently looking for tools or APIs designed for disk management. I explain : I would like to defrag or format a microSD card with Java code.
Is it possible since the way to get access to the memory card depends on the underlying OS. I know that the really defrag or format action is OS-independent, but filesystem type dependent.
Can you help me please ?
Thanks in advance.
Oliwood

