Back to Projects

Advance Files Renamer

C# .NET File System I/O Automation

A productivity automation tool built to solve the hassle of organizing large datasets. It allows users to batch rename hundreds of files instantly using a custom base name and a sequential numbering system, keeping media collections and project assets perfectly organized.

Functionality

Batch Processing

Eliminates manual renaming by processing entire folders at once. The system scans the selected directory and applies the new naming convention to every file found, saving hours of manual work.

Sequential Numbering

Users can define a starting index (e.g., start at 50). The tool automatically appends this number to the filename and increments it for the next file. It uses zero-padding (e.g., "01", "02") to ensure operating systems sort the files correctly.

Extension Safety

The algorithm intelligently detects and preserves the original file extension (like .jpg, .pdf, .docx). This ensures that while the name changes, the file remains readable by its associated application.

Directory Scanner

Includes a built-in CLI navigation system that lists all subdirectories in the current execution path, allowing the user to quickly select the target folder by typing its index number.