|
DIV ARENA FORUMS » DIV GAMES STUDIO » Technical Q&A » get_fileinfo() |
|
|
|
Vortigano
DIV Regular
Posts: 237
Registered: 12-1-2017
Location: Ciudad de Buenos Aires, Argentina
Member Is Offline
|
|
get_fileinfo()
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
DIV Pro
Posts: 471
Registered: 6-8-2016
Member Is Offline
|
|
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.
|
|
|
DIV ARENA FORUMS » DIV GAMES STUDIO » Technical Q&A » get_fileinfo() |
|
|
|
|