Code: Select all | Expand
C:\Users\silvio\Downloads
Exist a function to get the current account ?
cnavarro wrote:WNetGetUser()
Code: Select all | Expand
NetName( .T. ) --> UserName
NetName() --> Computer Name
nageswaragunupudi wrote:You can also useCode: Select all | Expand
NetName( .T. ) --> UserName
NetName() --> Computer Name
Code: Select all | Expand
WinExec( "rundll32.exe url.dll, FileProtocolHandler " + cUrl, 0 )
Code: Select all | Expand
C:\Users\silvio\Downloads
Code: Select all | Expand
LOCAL cPath := GETENV("USERPROFILE")
LOCAL aDir := DIRECTORY(cPath+"\downloads\*.*")