| From | Sent On | Attachments |
|---|---|---|
| Rich E | May 28, 2008 7:09 pm | |
| zmoe...@iem.at | May 28, 2008 11:45 pm | |
| Steffen Juul | May 28, 2008 11:48 pm | |
| Rich E | May 28, 2008 11:56 pm | |
| Roman Haefeli | May 29, 2008 1:03 am | |
| hard off | May 29, 2008 1:49 am | |
| Hans-Christoph Steiner | May 29, 2008 4:29 am | |
| IOhannes m zmoelnig | May 29, 2008 4:38 am | |
| hard off | May 29, 2008 4:39 am | |
| Roman Haefeli | May 29, 2008 4:42 am | |
| Vincent Rioux | May 29, 2008 4:45 am | |
| Hans-Christoph Steiner | May 29, 2008 7:15 am | |
| Martin Peach | May 29, 2008 7:48 am | |
| Hans-Christoph Steiner | May 29, 2008 9:05 am | |
| Martin Peach | May 29, 2008 9:30 am | |
| Damian Stewart | May 29, 2008 9:59 am | |
| Frank Barknecht | May 29, 2008 10:28 am | |
| Martin Peach | May 29, 2008 11:02 am | |
| Martin Peach | May 29, 2008 11:14 am | |
| Hans-Christoph Steiner | May 29, 2008 12:42 pm | |
| Frank Barknecht | May 29, 2008 2:25 pm | |
| Frank Barknecht | May 29, 2008 2:31 pm | |
| Rich E | May 29, 2008 6:57 pm | |
| marius schebella | May 29, 2008 9:21 pm | |
| IOhannes m zmölnig | May 29, 2008 11:38 pm | |
| Hans-Christoph Steiner | May 30, 2008 2:51 am | |
| Hans-Christoph Steiner | May 30, 2008 6:08 am | |
| Hans-Christoph Steiner | May 30, 2008 6:12 am | |
| Damian Stewart | May 30, 2008 6:17 am | |
| Hans-Christoph Steiner | May 30, 2008 6:23 am | |
| Martin Peach | May 30, 2008 10:18 am | |
| Hans-Christoph Steiner | May 30, 2008 3:06 pm | |
| Vincent Rioux | Jun 10, 2008 10:02 am | |
| Hans-Christoph Steiner | Jun 22, 2008 9:41 am | |
| Vincent Rioux | Jun 24, 2008 7:51 am | |
| Hans-Christoph Steiner | Jun 24, 2008 9:16 am |
| Subject: | Re: [PD] [openpanel]/[savepanel] directory, [cd] | |
|---|---|---|
| From: | Steffen Juul (stf...@dibidut.dk) | |
| Date: | May 28, 2008 11:48:20 pm | |
| List: | at.iem.pd-list | |
On 29/05/2008, at 4.09, Rich E wrote:
Which brought me to another question; is there any way currently to do a 'cd' or 'pwd' in pd?
Since your already on the external path you could use [getdir] from ggee.
I tried:
[pwd ( | [shell]
but this has the same problem of openpanel and savepaned; it gives you the path that pd was opened from.
[cd /home/full/path/to/patch ( | [shell]
doesn't seem to do anything, and would be a workaround if it did.
When using a [shell] object you'd really wanna run a script. Since it's a new shell that's opened each time you query it.
So when you do [cd /to/som/dir(/[shell] and then after wards to [pwd(/ [shell] then you'r no longer cd'ed to /to/some/dir but get the root dir. You can make a simple shell-script that both cd and pwd and then run that script. That is if you want to use a [shell] object.





