If you have cpanel, I believe it is show in the cpanel, it is usually something like: /home/username/public_html
You can try via php script. Open notepad, paste this code into it, save it as some example.php and upload it to your server. Then open it through browser and you'll see the full path to your html folder. Here's the code: <?php echo getcwd(); ?> Code (markup):