Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort list in script-fu
#1
Hello, I am trying to make a relatively simple script to aggregate images together using file-glob to browse files.

The problem is that the files are loaded in a seemingly random order and I would need to load the files by alphabetical order.

Is there a way to sort the list returned by the file-glob function? I suppose I could implement my own sorting function in script-fu it should be possible but if something already exists I'd rather just use it.
Reply


Messages In This Thread
Sort list in script-fu - by Vnicent - 03-20-2018, 10:04 AM
RE: Sort list in script-fu - by Ofnuts - 03-20-2018, 10:21 AM
RE: Sort list in script-fu - by Vnicent - 03-26-2018, 09:50 AM

Forum Jump: