Skip to main content
added 26 characters in body
Source Link
Kevdog777
  • 3.3k
  • 18
  • 45
  • 66

To all indications, the variable is receiving a web path as content. //aaaa/bbbb/cccc/nnnn - at where: aaaa = server name or IP address; bbbb = folder from the logical root of the domain aaaa (web servers can handle this dynamically); cccc = bbbb subfolder; nnnn = nth subfolder.

//aaaa/bbbb/cccc/nnnn - 
at where: 
aaaa = server name or IP address; 
bbbb = folder from the logical root of the domain aaaa (web servers can handle this dynamically); 
cccc = bbbb subfolder; 
nnnn = nth subfolder.

To all indications, the variable is receiving a web path as content. //aaaa/bbbb/cccc/nnnn - at where: aaaa = server name or IP address; bbbb = folder from the logical root of the domain aaaa (web servers can handle this dynamically); cccc = bbbb subfolder; nnnn = nth subfolder.

To all indications, the variable is receiving a web path as content.

//aaaa/bbbb/cccc/nnnn - 
at where: 
aaaa = server name or IP address; 
bbbb = folder from the logical root of the domain aaaa (web servers can handle this dynamically); 
cccc = bbbb subfolder; 
nnnn = nth subfolder.
Source Link

To all indications, the variable is receiving a web path as content. //aaaa/bbbb/cccc/nnnn - at where: aaaa = server name or IP address; bbbb = folder from the logical root of the domain aaaa (web servers can handle this dynamically); cccc = bbbb subfolder; nnnn = nth subfolder.