Changeset 34190

Show
Ignore:
Timestamp:
06/30/09 10:32:55 (4 years ago)
Author:
kiri_feather
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/branches/kiri/Tween/Setting/SettingBase.vb

    r34003 r34190  
    3030 
    3131    Public Shared Function GetSettingFilePath(ByVal FileId As String) As String 
    32         Return IO.Path.Combine(My.Application.Info.DirectoryPath, GetType(T).Name + FileId + ".config") 
     32        Return IO.Path.Combine(My.Application.Info.DirectoryPath, GetType(T).Name + FileId + ".xml") 
    3333    End Function 
    3434End Class