1
Feature Requests and Suggestions / History for "File content" field in the Find Files
« on: March 17, 2025, 20:19:11 »
It would be very helpful (for me). Maybe with the adjustable depth.
MultiCommander v14.2 is released!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
.test test testtest
MC.FileSearch.Search SEARCHFOR=*.txt AUTOSTART HIDE SEARCHIN="c:\temp\22";"c:\temp\33\"
@var $str = "123,|456;|,789";
@var $arr = StrSplit($str, ";|,");
MC.Utils.FindAndReplace REPLACEALL MODE="Many" FIND="fff\nddd" REPLACEWITH="zzz\naaa" FILE="d:\\temp\\1.txt" TARGET="*_new.*" SILENT OVERWRITE