I want to read all contains from a notepad and paste all contains of notepad into my application
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023
06:05 PM
11-18-2023
06:05 PM
I want to read all contains from a notepad and paste all contains of notepad into my application
I want to read all contains from a notepad and paste all contains of notepad into my application. How to define or get that notepad file and all contains inside that notepad
Labels:
- Labels:
-
Desktop Testing
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023
02:37 AM
11-19-2023
02:37 AM
See the examples shown in Reading Text Files. Also, what is the exact variable value of notepad?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023
07:44 AM
11-19-2023
07:44 AM
Those are Python Command to put in application
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023
11:24 AM
11-19-2023
11:24 AM
"What is the exact variable value of notepad?" - meaning what is the actual value of your variable i.e. is it "C:\Temp\SomeText.txt"? What value are you passing to FS.OpenTextFile(notepad, ForReading)?
