Pchp.Library.PhpPath.sys_get_temp_dir C# (CSharp) Method

sys_get_temp_dir() public static method

Returns the path of the directory PHP stores temporary files in by default.
Path ends with "\"
public static sys_get_temp_dir ( ) : string
return string
        public static string sys_get_temp_dir()
        {
            //return Path.GetTempPath();
            throw new NotImplementedException();
        }