Is there a way to make a certain filetype hidden? I use some software which needs a to create an extra file to store the current configuration of
the file. the file has the same name as the working file, making it harder
to open the right one.
I want to make this *.cfg filetype hidden in Windows Explorer.
Re: How to modify program files in Vista? ... You must change your program to store... If there is an application ini file that is common to all users there ... What Microsoft would like developers to do is to store the configuration... subdirectory of the user's user profile folder.... (microsoft.public.vc.mfc)
Re: How to modify program files in Vista? ... You must change your program to store... If there is an application ini file that is common to all users there ... What Microsoft would like developers to do is to store the configuration... subdirectory of the user's user profile folder.... (microsoft.public.vc.mfc)
Re: Best way to store config or preferences in a multi-platform way. ... This project will store most of its actual data in a shared-database, but I have a small amount of user specific data that I need to be stored like configuration or preferences for example, the list of databases that the program should connect to. ... Is there a pythony way to store such config data, perhaps there is already a standard python package for such a purpose? ... (comp.lang.python)
Re: Best way to store config or preferences in a multi-platform way. ... This project will store most of its actual data in a shared-database, but I have a small amount of user specific data that I need to be stored like configuration or preferences for example, the list of databases that the program should connect to. ... On Unix this might be a .file, on windows this could be in the registry, or an ini file or an xml file in ProgramData or AppData or something. ...Python has modules available for accessing INI-files, ... (comp.lang.python)
Re: Configuration variables ... in .net mostly people store these settings in web.config file... ..."vineetbatta" wrote in message ... > What is the best way to store the configuration varaibles of the application? ... > What i am looking for is the an highly fast way to access the variablesand also secure.Not inclined to user Registry -- if i have better option. ... (microsoft.public.dotnet.framework.aspnet)