From: James Britt Date: 2004-12-19T05:37:59+09:00 Subject: Re: Loading configuration files in an OS-agnostic way Gavri Savio Fernandez wrote: > But this doesn't solve the problem because the user should be able to create and swap configuration files using the default shell. Windows File Explorer is anal about this, but in a cmd.exe window one can create a .foo file by calling an editor (well, gvim, at least) C:\Temp>gvim .foo Then edit and save the new file. You can also copy a file to a new file with a dot-leading name. And rename files to .foo, too. The CLI rules. Even on Windows. James