Skip to content

did not work #1

@hatemfarouk

Description

@hatemfarouk

PS E:\uworld> int dtt(const std::filesystem::path& fp)

At line:1 char:36

  • int dtt(const std::filesystem::path& fp)
  •                                ~
    

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed


PS E:\uworld\master> int dtt(const std::filesystem::path& fp)

At line:1 char:36

  • int dtt(const std::filesystem::path& fp)
  •                                ~
    

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed


PS E:\uworld\master> cd dtt
PS E:\uworld\master\dtt> int dtt(const std::filesystem::path& fp)

At line:1 char:36

  • int dtt(const std::filesystem::path& fp)
  •                                ~
    

The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double
quotation marks ("&") to pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions