A
Alcibiade
Hi guys, I have a problem with fileInfo struct
the following code works fine but I think it s not correct to use keywork
new for a struct
fileInfo informazioni_file=new fileInfo() ;
if (!file_valido(file,ref informazioni_file ))
How should I write it?
Thanks
the following code works fine but I think it s not correct to use keywork
new for a struct
fileInfo informazioni_file=new fileInfo() ;
if (!file_valido(file,ref informazioni_file ))
How should I write it?
Thanks