How access folder with "ç" character

Hello, good morning, everyone. I need to use the cd command to access certain folders. But I have a specific one, which has the character “ç”. And an error occurs. In DOS Do not have this problem.

  • CategoryInfo : InvalidArgument: (:slight_smile: [Set-Location], ParameterBindingException
    • FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommand

Jefferson,
Welcome to the forum. :wave:t4:

Please show the code you’re using.

BTW: When you post code, sample data, console output or error messages please format it as code using the preformatted text button ( </> ). Simply place your cursor on an empty line, click the button and paste your code.

Thanks in advance

How to format code in PowerShell.org <---- Click :point_up_2:t4: :wink:

Thanks Olaf, I would access this folder with code:

cd c:\users\user1\documents\serviços

How about using either

or

with the parameter -LiteralPath and the path enclosed in quotes?

Thank you so much! I’m using push-location.