formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | File

fzrt_file_is_invalid_char

Description

Checks whether character is valid in a filename. The character is checked for validity against the current operating systems valid file characters. The character is assumed to be in the Mac Roman character set on Macintosh, and Windows ANSI character set on Windows.

Plugin Prototype

fzrt_boolean fzrt_file_is_invalid_char(

char

ch )

Parameters

ch [Input]

character to test. Assumes Mac Roman character set on Macintosh, ANSI character set on Windows

Returns

true if character can be used in filename, false if not

Availability

5.0.0.0

Function Set

fz_fzrt_file_fset


Defined in

fzrt_api.h