> The problem is that the space used is displayed in bytes: for ex. 20308784, > not in KB or, better, in MB. > > How can I display the space used in MB? divide by 1024 to get KB, divide by 1024 again to get MB --Ben