Illegal Filenames

  • Thread starter Thread starter Jacob Chowallo
  • Start date Start date
J

Jacob Chowallo

Given a character string that might contain
some illegal characters for filenames,
I would like to remove those characters.
Is there a function to do that?
I am using VC++ and I need it to work
on Windows with all language settings
(e.g, German, Russian, Japanese, ...)
 
See if this article helps:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;289627
If this doesn't help, you may need to post this in the developer forum.

Joe Griffin [MS]
Setup
--
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Jacob Chowallo" <[email protected]>
Sender: "Jacob Chowallo" <[email protected]>
Subject: Illegal Filenames
Date: Wed, 7 Jan 2004 15:21:13 -0800
Lines: 9
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcPVdPEN3s9wfHlXTJuipsgQcike6w==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.win2000.file_system
Path: cpmsftngxa07.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.file_system:16084
NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
X-Tomcat-NG: microsoft.public.win2000.file_system

Given a character string that might contain
some illegal characters for filenames,
I would like to remove those characters.
Is there a function to do that?
I am using VC++ and I need it to work
on Windows with all language settings
(e.g, German, Russian, Japanese, ...)
 
Back
Top