explorador de archivos

Como indica el nombre del foro en el moveremos todos los temas de dudas que se resuelvan con exito .
Este foro no tendra permisos de escritura.
Hola

He creado una xbutton que abre un archivo de localización, la forma en que he hecho es con el cuadro desplegable para cada archivo.

¿Cómo puedo hacerlo por lo que encontrar todos los archivos de una vez sin el cuadro desplegable para cada tipo de archivo.
-----------------------------------------------------------------------------------------------------------------------------------------
Hi
I have created a xbutton that opens a file locator, The way I have done it is with drop down box's for each file.
How can I do it so it will find all the files in one go without the dropdown box's for each file type.

The code below is what i am using and apz added.
local t = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "(*.rar)|*.rar|(*.doc)|*.doc|(*.xls)|*.xls|(*.pdf)|*.pdf|(*.txt)|*.txt|", "", "exe", false, false);

apz
http://hotfile.com/dl/134428812/ff38e54 ... s.apz.html
"ALL Files (*.*)|*.*|"
Thanks refaxplayer
Is this the way to add "ALL Files (*.*)|*.*|"
local t = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "ALL Files (*.*)|*.*|", false, false);
I tried that and an Error box comes up with "1:[Page1 -> On Click] Line:1 in main chunk"

Am i adding it in the wrong place
local t = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "ALL Files (*.*)|*.*|", "", "dat", false, false);
:normas: Please read the rules... to put lua code use

Código: Seleccionar todo

-- here u code
.

Rules Here
Sorry about that


local t = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "ALL Files (*.*)|*.*|", "", "dat", false, false);
I tried that and an Error box comes up with "1:[Page1 -> On Click] Line:1 in main chunk"

Am i adding it in the wrong place
local t = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", "", "dat", false, false);
     if t~="CANCEL" then
     --do anything here
     end
[/b][/color]

see that apz

HIDE: ON
Hidebb Message Hidden Description
tnx...
Thank you
Much Appreciated