Hello! I have the code like this:

    File file;
    try {
        file = File(path);
    }
    catch (Exception exp)
    {
        return;
    }

...
    try {

    }

Reply via email to