Documents folder missing after doliwamp upgrade

After upgrading to 16.0.1 on my windows pc I looked for documents folder to update install.lock - and couldn’t find the folder. I tried brute force putting install.lock in htdocs, dolibarr-documents, dolibarr, etc. but none worked. I checked the dolibarr instance on my isp based website and found documents at same level as htdocs, but it didn’t exist on the doliwamp instance. What am I missing? Thanks.

Check your “config/config.php”. The value for $dolibarr_main_data_root is your documents root and there you have to put the install.lock file.

Thank you, milenmk - that solved my problem. I appreciate your response.