Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
NameNumerizer - Manual
NameNumerizer - Manual
  • 👋Welcome
  • Usage
    • 🖥️How to use
    • ⚒️How it works
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Usage

How to use

How do you use it?

Using this library is very simple! Just use the NameNumerizer namespace in any piece of code you want to use the library, as in: using NameNumerizer;

Just use the Numerizer class that contains:

  • NumerizeFiles(string, string[])

It renames your files to append the track number to their prefixes in their names to make it look like your music album's naming scheme.

It's useful for quickly making your music albums by renaming all your files.

Last updated 2 years ago

🖥️