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
PS E:\uworld> int dtt(const std::filesystem::path& fp)
At line:1 char:36
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
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
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