So... I managed to find a solution to my problem, without using any python script at all.
I simply removed the python script, and set the Clipboard action to {eg.event.payload[0]}. This got the "true path" that I was looking to get, without needing to clean it up with the script first. I don't ...
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Search found 3 matches
- Sat Aug 16, 2014 10:43 pm
- Forum: General Support
- Topic: How to get true file path from Directory Watcher?
- Replies: 4
- Views: 1811
- Sat Aug 16, 2014 9:34 pm
- Forum: General Support
- Topic: How to get true file path from Directory Watcher?
- Replies: 4
- Views: 1811
Re: How to get true file path from Directory Watcher?
Thanks! That fixed the error I was having.
This might sound stupid... but how can I get that variable to the clipboard now? The method I'm trying isn't working. In Eventghost, underneath the python script above; I have the "Copy String to Clipboard" Action, and I've input {cleanpath}. When I try ...
This might sound stupid... but how can I get that variable to the clipboard now? The method I'm trying isn't working. In Eventghost, underneath the python script above; I have the "Copy String to Clipboard" Action, and I've input {cleanpath}. When I try ...
- Sat Aug 16, 2014 7:23 pm
- Forum: General Support
- Topic: How to get true file path from Directory Watcher?
- Replies: 4
- Views: 1811
How to get true file path from Directory Watcher?
Hello everyone,
I'm a newbie when it comes to Python, but I'm learning..
I'm trying to make an event that watches my Dropbox screenshot directory for new files, and when one is created, take that file path and copy it to the Clipboard. When I try to set the clipboard to {eg.event.payload} of ...
I'm a newbie when it comes to Python, but I'm learning..
I'm trying to make an event that watches my Dropbox screenshot directory for new files, and when one is created, take that file path and copy it to the Clipboard. When I try to set the clipboard to {eg.event.payload} of ...