This fails to open explorer to see iphone photos:
Declare Integer ShellExecute In shell32.Dll Integer hndWin,String cAction, String cFileName,String cParams, String cDir, Integer nShowWin
cFileName = "explorer"
cAction = "open"
cPath = "iPhone\Internal Storage\DCIM\108APPLE"
ShellExecute(0,cAction,cFileName,cPath,"",1)
Do you possibly know of a way to open iPhone photos in VFP.
Utmost thanks/blessings!
Philip Traynor
Declare Integer ShellExecute In shell32.Dll Integer hndWin,String cAction, String cFileName,String cParams, String cDir, Integer nShowWin
cFileName = "explorer"
cAction = "open"
cPath = "iPhone\Internal Storage\DCIM\108APPLE"
ShellExecute(0,cAction,cFileName,cPath,"",1)
Do you possibly know of a way to open iPhone photos in VFP.
Utmost thanks/blessings!
Philip Traynor