DIV ARENA FORUMS

get_fileinfo()

Vortigano - 6-5-2017 at 04:02 AM

Hola, probando las funciones de directorios veo que GET_FILEINFO() no carga la estructura FILEINFO.

PROGRAM ejemplo_get_fileinfo;
GLOBAL
STRING file_name_ext;
BEGIN
get_fileinfo("help\help.fpg");
file_name_ext=fileinfo.name+fileinfo.ext;

write(0,0,0,0,file_name_ext);
repeat frame; until (key(_esc))
end;

[Edited on 6-5-2017 by Vortigano]

CicTec - 6-5-2017 at 09:20 AM

Hola Vortigano,

GET_DIRINFO parece no funcionar correctamente aun, habra que revisarla, gracias por el report.

---------------------------------------------------------------------------------------------------------------

Hello Vortigano,

GET_DIRINFO it looks like it does not work properly in windows, it will need to be revised, thanks for the report.