
	LongName - Driver that offers writing of long file names
	--------------------------------------------------------
			 for VSOS 3.67 or higher
			2026-04-23  VLSI Solution



The LongName driver makes it possible to create file names beyond the
8.3 limit. It also allows the use of the full Unicode character set.

Without LongName, you are limited to file names like:
FILE *fp = fopen("D:MYFILE.TXT", "wb");
With LongName installed, you can do things like:
FILE *fp = fopen("D:File€uro馬orseMotörhead💩oo.txt", "wb");

To start the LongName driver, put the following line to your config.txt file:
LONGNAME

Alternatively, you can start the driver from the command line when needed:
S:>driver +longname

To remove the driver from memory, use the following command line:
S:>driver -longname



License:
This code may be used freely in any product containing one or more ICs
by VLSI Solution.



Disclaimer:
No guarantee is given for the usability of this code.



Version History:
2026-04-23 HH v1.00 - First release.
