Skip to content

open() #1948

Description

@knupel

About Issue #1946 just closed yesterday, I want reOpen because I think there is bug finally, or something to improve :

void setup() { size(300,300 ) ; }
void draw() { }

void mousePressed()
{
//OK open the file
//open("/Users/stanislasmarcais/Desktop/CODE/Fonction Processing/INTERFACE_AFFICHAGE/SauvegardeChargement/OpenApp/data/target.app") ;

//Nothing happen, a bug ?
//open("target.app") ;

//bad path, may be need a message error
//open("/Users/bad_path/bad_path/bad_path/bad_path/bad_path/bad_path/bad_path/bad_path/target.app") ;

//bad name, may be need a message error
open("/good_pathh/good_pathh/good_pathh/good_pathh/good_pathh/good_pathh/bad_name.app") ;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions