0

I need to know if there is enough space on the Blackberry device before saving a file. Is there a way to know this?

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Daniel Benedykt
  • 6,496
  • 12
  • 51
  • 73

1 Answers1

2

The availableSize() method in the FileConnection class should give you what you need.

Jonathan
  • 1,735
  • 11
  • 17