[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /global/path.c</h2>
This method expands the specified path to get a nice new path
based on the home directory or expanding the ~ stuff.<h2>Method index</h2>
<dl><ul>
<li><a href="#get_cfiles">get_cfiles</a>(string)<br/>
This method expands the wildcard based file name and turns it
into a list of c files.
<li><a href="#get_files">get_files</a>(string)<br/>
This method expands the wildcard based file name and turns it
into a list of files
<li><a href="#get_path">get_path</a>(string)<li><a href="#query_current_path">query_current_path</a>()<br/>
This method returns the current path.
<li><a href="#query_home_dir">query_home_dir</a>()<br/>
This method returns the home directory of the creator.
<li><a href="#set_current_path">set_current_path</a>(string)<br/>
This method sets the current path for the creator.
<li><a href="#set_home_dir">set_home_dir</a>(string)<br/>
This method sets the current home directory of the creator.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="get_cfiles">
get_cfiles</a><pre>
string * get_cfiles(string str)
</pre></br>
This method expands the wildcard based file name and turns it
into a list of c files.  This automaticaly adds a .c to any
files.
<br/><ul>
<li><b>Parameters:</b>
<br/>str - the wildcard based file name
<li><b>Returns:</b>
<br/>the array of file names

</dl>

<ul><a name="get_files">
get_files</a><pre>
string * get_files(string str)
</pre></br>
This method expands the wildcard based file name and turns it
into a list of files
<br/><ul>
<li><b>Parameters:</b>
<br/>str - the wildcard based file name
<li><b>Returns:</b>
<br/>the array of file names

</dl>

<ul><a name="get_path">
get_path</a><pre>
string get_path(string str)
</pre>
<ul><a name="query_current_path">
query_current_path</a><pre>
string query_current_path()
</pre></br>
This method returns the current path.
<br/><ul>
<li><b>Returns:</b>
<br/>the current path

</dl>

<ul><a name="query_home_dir">
query_home_dir</a><pre>
string query_home_dir()
</pre></br>
This method returns the home directory of the creator.
<br/><ul>
<li><b>Returns:</b>
<br/>the home directory

</dl>

<ul><a name="set_current_path">
set_current_path</a><pre>
void set_current_path(string str)
</pre></br>
This method sets the current path for the creator.
<br/><ul>
<li><b>Parameters:</b>
<br/>str - the current path

</dl>


<h2>Protected Functions</h2>
These are functions that only objects inheriting the class can access.<p>
<ul><a name="set_home_dir">
set_home_dir</a><pre>
int set_home_dir(string dir)
</pre></br>
This method sets the current home directory of the creator.
<br/><ul>
<li><b>Parameters:</b>
<br/>dir - the new home directory

</dl>


[an error occurred while processing this directive]

