hi,

i got an error "Illegal Character Path"
my code as follows


Code:
Imports System.IO
Imports System.Xml.Serialization
Public Class serializabledata
    Public Function save(ByVal filename As String)
        Dim tempFilename As String

        tempFilename = filename & "*.tmp"
        Dim tempFileInfo1 As FileInfo
        Try
...