Bouton open

Bouton open

par Ilyes Ben Ayed,
Number of replies: 3

Comment peut-on utiliser le chemin absolu pour ouvrir un fichier ?

In reply to Ilyes Ben Ayed

Re: Bouton open

par Andrei Kiselev,

Good afternoon, 

You can can create string variable and put full path directly. For example:

std::string filename;

filename = "/home/.../F1.txt";

Best regards,

Andrei