FilePathIsValidFileName Method
            Determines if the specified file name and path is valid.
            
Namespace: Gemstone.IOAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static bool IsValidFileName(
	string filePath
)
Public Shared Function IsValidFileName ( 
	filePath As String
) As Boolean
public:
static bool IsValidFileName(
	String^ filePath
)
Gemstone.IO.FilePath.IsValidFileName = function(filePath);
- filePath  String
 - The file name with optional path to test for validity.
 
Booleantrue if the specified 
filePath is a valid name; otherwise 
false.