PHP |
---|
public static function GetFileSpecPath(string $fileSpec) : string |
PHP |
---|
$webCommonPath = "c:/inetpub/wwwroot/LJCPHPCommon"; require_once "$webCommonPath/LJCCommonLib.php"; // $text = "../Folder" $text = LJCCommon::GetFileSpecPath("../Folder/File.txt"); |