Search:

Type: Posts; User: Roshani

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    534

    Re: Unable to delete file in button event

    yes in same folder.

    when file delete failed then i was surprised.

    Then i add same code in start up & file deleted.

    I again put file in same location & tried same code in button event & find...
  2. Replies
    3
    Views
    534

    Unable to delete file in button event

    Hi!

    I want to delete file button click, but file is not deleting.

    I tried to delete in main code & code is working.



    file = new File(pathFileLocation);
    if (file.exists()){
Results 1 to 2 of 2