Saber Path de mi aplicacion
Hola Experto
deseo saber, como obtener el path de mi aplicacion, busque en la web este codigo:
FUNCTION int GetModuleFileNameA(ulong hinstModule, REF string lpszPath, ulong cchPath) LIBRARY "kernel32"
[Powerscript]
string ls_Path
unsignedlong lul_handle
ls_Path = space(1024)
lul_handle = Handle(GetApplication())
GetModuleFilenameA(lul_handle, ls_Path, 1024)
MessageBox("Path de la aplicación", ls_path)
Lo probe y no me sale el path, por favor ayudame.
deseo saber, como obtener el path de mi aplicacion, busque en la web este codigo:
FUNCTION int GetModuleFileNameA(ulong hinstModule, REF string lpszPath, ulong cchPath) LIBRARY "kernel32"
[Powerscript]
string ls_Path
unsignedlong lul_handle
ls_Path = space(1024)
lul_handle = Handle(GetApplication())
GetModuleFilenameA(lul_handle, ls_Path, 1024)
MessageBox("Path de la aplicación", ls_path)
Lo probe y no me sale el path, por favor ayudame.
1 Respuesta
Respuesta de carloscharly
1