Normal Topic Making a Directory default (Read 570 times)
Mathew Verghese
Member
*
Offline


Always willing to learn

Posts: 15
Location: Kuwait
Joined: Jan 12th, 2004
Making a Directory default
Jan 20th, 2004 at 1:42pm
Print Post Print Post  
Q&A had facility whereby we could go directly to the correct directory where we have our program.  Sesame always takes us first to its own directory where its has the sub-directory "data". Please guide us as to how to make a directory default.
Thank you in advance for the help.
Mathew Verghese
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Making a Directory default
Reply #1 - Jan 20th, 2004 at 2:49pm
Print Post Print Post  
If you did a default installation, in your C:\Sesame directory, you should have a file called rootdirs.ini.

Open this file in Notepad (or your favorite Unix text editor depending on your OS).
Add a line to the top of the file which is the default path you want.
Save the file.

For example, the default rootdirs.ini file looks like this:

Data
Data\Samples
.
[DRIVES]


To make the default path D:\SesameData, make the roodirs.ini file look like this:

D:\SesameData
Data
Data\Samples
.
[DRIVES]


This will cause your preferred path to be offered first in the file select dialogs. You can add as many paths as you want.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged