Search found 15 matches

by pancakegh
Thu Jul 02, 2020 9:08 am
Forum: General Discussion
Topic: FileTime only returning date + time once
Replies: 1
Views: 3581

FileTime only returning date + time once

Hello, I have a folder where I export pdf's to. I need to filter for files that are newer than X seconds. The only filter I can apply with a file loop is the filter for newer than X minutes. I am trying to get the current seconds and the file seconds inside the loop but I can't seem to figure how to...
by pancakegh
Fri Jan 18, 2019 10:54 am
Forum: General Discussion
Topic: Monitor for new folders not triggering
Replies: 1
Views: 6722

Monitor for new folders not triggering

Hi, I made a task that is supposed to trigger when a new folder is created in a directory: - The directory is located on a network drive: P:\ARTWORK-DATA\A_Artwork data - include masks set to *.* - Filters: Watch for new files / Watch for changed files with everything checked / Monitor files / Monit...
by pancakegh
Thu Oct 26, 2017 10:42 am
Forum: General Discussion
Topic: Running a command in CMD doesn't work
Replies: 2
Views: 9837

Running a command in CMD doesn't work

Hi, I'm trying to run a CMD command to batch render a bunch of scenes in blender. I'm testing if the command line task works. I input the following: 213123123.JPG this command keeps running and nothing happens. If I open cmd in windows and input the same parameters it opens the blender folder in exp...
by pancakegh
Wed Aug 30, 2017 1:20 pm
Forum: General Discussion
Topic: Choice Dialog with variables
Replies: 1
Views: 6906

Choice Dialog with variables

Hello, Is there by any chance the possibility to load a text file (with sepperate lines) into a choice dialog? Say there are .jpg files in a folder called "test". We first run the task and input a search string, lets take "cool" as example. The task wil then search for .jpg files...
by pancakegh
Thu Aug 10, 2017 8:33 am
Forum: General Discussion
Topic: Search function with symbols?
Replies: 4
Views: 13958

Re: Search function with symbols?

Thanks!

Ugh, I'm so stupid.. Turns out that the pdf was actually in a subfolder, and include subfolders was unchecked :roll:
by pancakegh
Mon Aug 07, 2017 11:00 am
Forum: General Discussion
Topic: Search function with symbols?
Replies: 4
Views: 13958

Re: Search function with symbols?

Hello Oleg,

I have sent you an e-mail with my action.
by pancakegh
Fri Aug 04, 2017 12:07 pm
Forum: General Discussion
Topic: Search function with symbols?
Replies: 4
Views: 13958

Search function with symbols?

I made an action which lets you input a string. For every .pdf file in a certain map which contains the string, it will append the path to the file inside a text file. At the end of the loop it will open the text file wich contains the path to all the .pdf's containing the string. For some reason it...
by pancakegh
Fri Apr 22, 2016 11:56 am
Forum: General Discussion
Topic: Search for last character of the same kind in a string
Replies: 1
Views: 10518

Search for last character of the same kind in a string

Hi, Is there a way to find the position of the last character of the same kind in a string? for example: I want to rename my files to "387.20.1082.jpg" the files are all named: "nike-kaishi-grijze-lage-kinder-sneakers-24139-387.20.1082.jpg" The text part is always different and t...
by pancakegh
Wed Jan 20, 2016 11:56 am
Forum: General Discussion
Topic: Remove everything in string past "-"
Replies: 3
Views: 15135

Re: Remove everything in string past "-"

Thanks Oleg!

It works well.

Another question: Is there a way I can delete everything before {pos}?

I want to extract everything behind " - " e.g: 123.12.123 as result
by pancakegh
Mon Jan 18, 2016 11:33 am
Forum: General Discussion
Topic: Remove everything in string past "-"
Replies: 3
Views: 15135

Remove everything in string past "-"

Hi, Is there a way to remove an amount of characters at the end of the string to the beginning? say I have the variable {PROJECT} wich contains 12345-123.12.123 I only want to delete the 123.12.123 part of the string wich would be 10 characters from the back of the string. Why delete a piece of stri...