We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported in the PLCnext Community, here:
https://www.plcnext-community.net/forum/#/discussion/3308/file-handling-c
The C# code in the following file (part of the File Handling example) references a Utils class, which is not part of the example.
Utils
https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/08_FileHandling/WriteFile.cs
This appears to be referring to the Utils class defined here:
https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/Utils.cs
Please update the File Handling example(s) to make it clear how to include the Utils class in this example.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported in the PLCnext Community, here:
https://www.plcnext-community.net/forum/#/discussion/3308/file-handling-c
The C# code in the following file (part of the File Handling example) references a
Utils
class, which is not part of the example.https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/08_FileHandling/WriteFile.cs
This appears to be referring to the
Utils
class defined here:https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/Utils.cs
Please update the File Handling example(s) to make it clear how to include the
Utils
class in this example.Thanks!
The text was updated successfully, but these errors were encountered: