lambda escribió:-- Obtiene los datos
vSearch = Input.GetText("InpSearch");
vSave = Input.GetText("InpSave");
vPassword = Input.GetText("InpPassword");
--Verifica si se han escrito los datos
if vSearch == "" or vSearch == "CANCEL" then
Audio.Load(CHANNEL_NARRATION, "", true, false);
else
if vSave == "" or vSave == "CANCEL" then
else
if vPassword == "" then
else
Dialog.SplashImage("AutoPlay\\Images\\almacenamiento-online-gratis(1).png", 20, true);
Crypto.BlowfishEncrypt(vSearch, vSave, vPassword);
result = String.SplitPath(vSave);
File.Open(result.Drive..result.Folder, "", SW_SHOWNORMAL);
end
end
end
No se que que es esto
Returns
(table) A table containing each component of the path, indexed by the following keys:
KEY
TYPE
DESCRIPTION
Drive
string
The drive portion of the path (for example, C:).
Folder
string
All of the folders within the path (for example, \MyFolder1\MyFolder2\).
Filename
string
The filename in the path (for example, "myfile").
Extension
string
The file extension in the path (for example, ".exe").
File.Open("", "", SW_SHOWNORMAL);
File.Open puede abrir carpetas sin problemas.
local Path = String.SplitPath();
--Path.Drive
--Path.Folder
--Path.Filename
--Path.Extension
File.Open(Path.Drive..Path.Folder, "", SW_SHOWNORMAL);

va excelente amigo eres un genio, lo de true o false tampoco lo sé ni yo xD. Yo lo tenía de tal modo de esperdigado.
Ni siquiera tenía
result = String.SplitPath(vSave);
. Que creo que por eso no me descifraba los archivos más pesados de 2 gigas, vete a saber !.lo pondré en ambos de cifrar y desencriptar, Y probaré con archivos de más peso.Talvez hasta eso me arreglaste. Muchísimas gracias por tomarte tu tiempo para esta duda, va genial amigo, de lujo.
Returns
(table) A table containing each component of the path, indexed by the following keys:
KEY
TYPE
DESCRIPTION
Drive
string
The drive portion of the path (for example, C:).
Folder
string
All of the folders within the path (for example, \MyFolder1\MyFolder2\).
Filename
string
The filename in the path (for example, "myfile").
Extension
string
The file extension in the path (for example, ".exe").
más o menos eso para que pueden ir amigo?, pues entiendo muy poco de este lenguaje de lúa. Puedes resumirme un poco
para que me puede ir bien en el futuro?
No te puedo ayudar mucho como vez en este lenguaje segun Rafa en el de mudo tampoco

pero no se donde encontre
esta apz pero supongo que ustedes si podreis utilizarla bien para su uso.Eso espero por sino la teniais.
- HIDE: ON
- Hidebb Message Hidden Description
si es de html oJavaScript, Visual Basic ,no soy maestro de nada pero ahi si me defiendo mejor,como no va en cosas de este foro creo que nunca lo hare

Muchas Gracias a ambos cuidense