Path.combine cannot found the path

Is it a bug or something wrong on the path.combine(Environment.CurrentDirectoory). The current directory is missing after combine but there is no problem no combine.

Hi @calvinlau
regarding the Path.Combine(Environment.CurrentDirectory is fine but check your argument and print the value

Thanks
Ashwin S

Hi AShwin S2,

found the reason caused by the "", the first character cannot be a "" in the second string.

Thanks.

perfect

Thanks
Ashwin S