Context Delete File : Context « Core Class « Android






Context Delete File

    
import android.content.Context;

class Common {
  public static void DeleteFile(Context context, String fileName) {
    context.deleteFile(fileName);
  }
}

   
    
    
    
  








Related examples in the same category

1.Context.MODE_WORLD_READABLE
2.Returns whether the context is running on the android emulator.
3.check Internet for Context
4.add Link
5.performing common form field validation tasks
6.Reads all text from asset with specified path.
7.Context Open file
8.Context.openFileOutput