PDA

View Full Version : Move from Vb4 to Vb5


Gizmo99
07-17-2022, 12:14 PM
Just some help


$cwd = getcwd();
echo "cwd $cwd";
@chdir($_SERVER['DOCUMENT_ROOT'] . '/bb/');
include_once('global.php');
chdir($cwd);


how to do this in VB5 ?

Giz :confused: