getPublishedPath() public method
Returns the published path of a file path.
This method does not perform any publishing. It merely tells you if the file or directory is published, where it will go.
| public string|false getPublishedPath ( $path ) | ||
|---|---|---|
| $path | string | 
 Directory or file path being published  |  
| return | string|false | 
 String the published file path. False if the file or directory does not exist  |  
Please login to continue.