| View previous topic :: View next topic |
| Author |
Message |
jimjamjahaa
Joined: 03 Oct 2005 Posts: 17
|
Posted: Mon Oct 10, 2005 12:29 am Post subject: System:getcwd() or whatever |
|
|
how do you return the current working directory. need it in case people have it in a different dircetory :)
thx |
|
| Back to top |
|
 |
Dark Killer
Joined: 25 Jan 2005 Posts: 32
|
Posted: Mon Oct 10, 2005 12:51 am Post subject: |
|
|
| System.currentDirectory() |
|
| Back to top |
|
 |
Shine
Joined: 03 Dec 2004 Posts: 728 Location: Germany
|
Posted: Mon Oct 10, 2005 1:22 am Post subject: Re: System:getcwd() or whatever |
|
|
| jimjamjahaa wrote: | need it in case people have it in a different dircetory :)
|
Usually you don't need it, because all file access is relative to the script file. |
|
| Back to top |
|
 |
jimjamjahaa
Joined: 03 Oct 2005 Posts: 17
|
Posted: Mon Oct 10, 2005 1:23 am Post subject: |
|
|
| relative you say? how handy.... |
|
| Back to top |
|
 |
|