sort files basing on subpart given

Discuss and share scripts and script files...
Post Reply
kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

sort files basing on subpart given

Post by kotlmg »

hello sir,
i want to sort files based on sub part such as "PART".


D:\Composition of Functions _ PART-11 _ Function .mp4
D:\Composition of Function _ PART-12 _ Function.mp4
D:\Definition of FUNCTION _ Introduction To Function _ PART-1 _ FUNCTION Class-12 .mp4
D:\ Class-12 CBSE_JEE Mains & Advanced\Domain & Range of FUNCTION _ PART-3 _ FUNCTION Class-12 .mp4

as
D:\Definition of FUNCTION _ Introduction To Function _ PART-1 _ FUNCTION Class-12 .mp4
D:\ Class-12 CBSE_JEE Mains & Advanced\Domain & Range of FUNCTION _ PART-3 _ FUNCTION Class-12 .mp4
D:\Composition of Functions _ PART-11 _ Function .mp4
D:\Composition of Function _ PART-12 _ Function.mp4.

is it possible with xyplorer sort options?
thanking you,

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: sort files basing on subpart given

Post by highend »

Use a scripted custom column?

return regexmatches(<cc_name>, "part.*");
One of my scripts helped you out? Please donate via Paypal

kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

Re: sort files basing on subpart given

Post by kotlmg »

thanks. it is working. Is it possible to apply sorting in ascending on the result?

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: sort files basing on subpart given

Post by highend »

Click on that column header?
One of my scripts helped you out? Please donate via Paypal

kotlmg
Posts: 298
Joined: 30 Jun 2010 17:14

Re: sort files basing on subpart given

Post by kotlmg »

Yes. got it. Thanks a lot.

Post Reply