-
function to read INI file
Hi there
I have to read INI file in java code.
PowerBuilder has a built in function:
ProfileInt("C:\PROFILE.INI", "MyApp", "minimized", 3)
to read 'C:\PROFILE.INI' in section 'MyApp' key 'minimized'
and return integer 3 if file, section, key no found
File: 'C:\PROFILE.INI':
[MyApp]
Maximized=1
[Security]
User = 7
If anyone knows about some class in JAVA with a method that would help me
to read an INI file?
Thanks
ilyam
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks