Directory Path Calculator Demo (BYZ143)
Click here to view more details of this software or to purchase it
Notes: Enter values in the fields below and then press the [Get Results] button at the bottom of the screen.
Choose another demo:

BigYellowZone.com Directory Path Calculator Demo/Tester
This screen is used to test/see what the path calculator returns when you submit certain values to it as your arguments. None of the directories/values that you enter into the fields below need to physically exist. You can enter any values you like. Enter your values, and then press the [Get Results] button to see what the path calculator returns for your entered values, and to see what the corresponding function call would be to get that value.
Current Absolute Folder Path:D:\www\Big Yellow Box Ltd\bigyellowzone.com\wwwroot\publicdemos\area005
Debug Mode?

Test 1: Using relative paths:
This is where you know where "x" is (relative to where you are at the moment) and you also know where "y" is (relative to where you are at the moment) but you want to find out what the relative path is to go from "x" to "y". This assumes that "x" and "y" are both on the same disk/drive.
Relative Path To Folder x:
Relative Path To Folder y:
Calculated Relative Path from x to y:../area005/content/asp/
Used Function:BYZ_PTC_RELATIVE_PATH_FROM_X_TO_Y_REL("../private","content/asp","N")

Test 2: Using absolute paths:
This is where you know where "x" is (the full absolute physical path) and you also know where "y" is (the full absolute physical path) but you want to find out what the relative path is to go from "x" to "y". This assumes that "x" and "y" are both on the same disk/drive.
Absolute Path of Folder x:
Absolute Path of Folder y:
Calculated Relative Path from x to y:../wwwroot/content/asp/
Used Function:BYZ_PTC_RELATIVE_PATH_FROM_X_TO_Y_ABS("a:\www\mysite.com\private","a:\www\mysite.com\wwwroot\content\asp","N")

Test 3: Using full url paths:
This is where you know where "x" is (the full browsing url) and you also know where "y" is (the full browsing url) but you want to find out what the relative path is to go from "x" to "y". This assumes that "x" and "y" are both on the same domain.
Full Browsing URL Path of Folder x:
Full Browsing URL Path of Folder y:
Calculated Relative Path from x to y:../content/asp/
Used Function:BYZ_PTC_RELATIVE_PATH_FROM_X_TO_Y_ABS("http://www.mysite.com/images","http://www.mysite.com/content/asp","N")