Re: Changing the case of a filename?
Re: Changing the case of a filename?
- Subject: Re: Changing the case of a filename?
- From: SATO Seichi <email@hidden>
- Date: Thu, 16 Aug 2001 18:34:26 +0900
>
What is the proper way of changing the case of a file's name? The
>
movePath routine does nothing!
>
use rename
int
rename (const char *from, const char *to)
-------------------------------------
--| Name : SATO Seichi
--| e-mail: email@hidden
-------------------------------------