string search

shri

New member
is there any way to search a string in .txt file ? Also, how to check if any file exist in given folder or path ?
 

Dimlos

Well-known member
Search String Text is a macro that searches the contents of a text file in the Documents folder.
Set the local variable "search_string" before executing.

File Check is a macro that searches for files in a specified directory.
Set the local variable "search_directly" before executing.

The result can be known by the value of the local variable "result".
 

Attachments

  • Search_String_Text.macro
    1.7 KB · Views: 13
  • File_Check.macro
    1.7 KB · Views: 9
Top