03-20-2018, 10:04 AM
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.
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.