How to pass parameters to an exported sketch ?
in
Programming Questions
•
2 years ago
Hello,
I wrote a sketch witch use specifics files to save informations.
this sketch is exported (.exe).
those file are saved with .pod extention.
I want to open my sketch by double clik on ".pod" files in order to use data saved in it.
Today i succeded to open my sketch when i double click on pod file but i didn't succed to import in my sketch the name of tis file.
I saw param() function but it works only in brownser.
Is anybody know how can i use in my skecth the ".pod" file name ?
I hope my problem is clear ...if not tell me and i try to explain different way.
I wrote a sketch witch use specifics files to save informations.
this sketch is exported (.exe).
those file are saved with .pod extention.
I want to open my sketch by double clik on ".pod" files in order to use data saved in it.
Today i succeded to open my sketch when i double click on pod file but i didn't succed to import in my sketch the name of tis file.
I saw param() function but it works only in brownser.
Is anybody know how can i use in my skecth the ".pod" file name ?
I hope my problem is clear ...if not tell me and i try to explain different way.
1