Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $a = <cc_item>;
- focus pi;
- goto $a;
- $files = listfolder(<curbase>);
- $matches = regexmatches("$files", "(\.apk)");
- focus pi;
- if ($matches){
- tag "Archived",,12
- } else {
- tag "UnArchived",,12
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement