Advertisement
BrianSpravka

XYplorer: Archive Status

Sep 9th, 2019
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $a = <cc_item>;
  2.  focus pi;
  3.  goto $a;
  4.  $files = listfolder(<curbase>);
  5.  $matches = regexmatches("$files", "(\.apk)");
  6.  focus pi;
  7.  if ($matches){
  8.  tag "Archived",,12
  9.  } else {
  10.  tag "UnArchived",,12
  11.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement