Which system variable is used to read the text and csv files in automation anywhere?
Answer Posted / Santram
The FileSystem.CurrentWorkingDirectory system variable can be used to navigate to the file location, while System.ReadAllText or System.IO.File.ReadAllLines can be utilized to read text files, and System.Data.Common.Utilities.TextReaderWrapper or System.IO.StreamReader can be used to read CSV files in Automation Anywhere.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers