Skip to content

Commit

Permalink
Add Setting.module
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 14, 2012
1 parent f4237f6 commit 7a69486
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/i-nex/.gambas/SETTING
Binary file not shown.
8 changes: 8 additions & 0 deletions src/i-nex/.src/Setting.module
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
' Gambas module file

Public MainPath As String = User.Home &/ ".i-nex"
Public Settings As Settings = New Settings(MainPath &/ "settings.conf")

Public Sub _init()
If Not Exist(MainPath) Then Mkdir MainPath
End

0 comments on commit 7a69486

Please sign in to comment.