File IO getFreeDiskSpace()

This commit is contained in:
Ray Vahey
2009-03-09 15:55:41 +07:00
parent dfa2f0a802
commit 49844b4e39
4 changed files with 64 additions and 30 deletions
+2 -2
View File
@@ -310,8 +310,8 @@ var Device = {
file: {
result: "",
testSaveLocationExists: function(){
Device.file.result = window.DroidGap.testSaveLocationExists();
getFreeDiskSpace: function(){
Device.file.result = window.DroidGap.getFreeDiskSpace();
return Device.file.result;
},
testFileExists: function(file){