Jump to content

Recommended Posts

Posted

i posted something related to this awhile but i'm somewhat still in search of something better.

Basically last time, i wondering about _FileListToArray but it's not really what i'm looking for.

What i wanted was for my program to view list of videos, pick the one where i left off, and start adding the rest (by name) that hasn't been read yet.

So for example:

I watched a certain amount of episodes, and i will watch more tomorrow. So far, i made a program that will log which videos i watch, and the current time i stopped, it's then able to start up that episode at the precise. The only problem now is add the episodes after it. The episodes are by name so i'm wondering if i can use some type of lister that sorts by name. Actually, if anyone can recommend me to a good lister, that would be nice.

Posted

Either use the forum search facility or code one of your own.

If you plan to code one of your own, look up:

FileFindFirstFile, FileFindNextFile, FileClose (file listing)

StringInStr or StringRegExp (filename comparison)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...