Search the Community
Showing results for tags 'Wildcard'.
-
Hello, i want to search several directories for files with the largest numbers behind them (Like "video123") . They dont have a datatype. But there are also files with longer names and datatypes in these folders (Like "video778.mp4"). Is it possible to filter the _FileListToArray Syntax from...
- 9 replies
-
- _filelisttoarray
- wildcard
-
(and 2 more)
Tagged with:
-
Hi, I'm looking to create a script which will download all *.txt files from a remote FTP server. Once downloaded, delete all *.txt files. Can this be achieved using AutoIt ?
-
Hi, How to create Wildcards to search for a Filename and also for a String within a File and within the own script.
-
Strange behaviour with _FileListToArrayRec
jguinch posted a topic in AutoIt General Help and Support
In a folder with some files that have no extension (for example the hosts file in C:\Windows\System32\driversetc), FileListToArrayRec does not return the same thing than _FileListToArray if I use *.* as filter : _FileListToArray("C:\Windows\System32\driversetc", "*") : returns all files _Fil... -
WildcardMatch an Fast Filename Pattern Match (UDF) Machine Code Version (x32 and x64) Repeat the word from an C/C++ Writer { Introduction Simple wild card matching with ? and * is something that we use in our every day work just when opening a command prompt and using DIR and DEL. But how ca...
-
- Wildcard
- file pattern
- (and 5 more)
-
How to put wildcard characters in a string?
Kidney posted a topic in AutoIt General Help and Support
So im making a script that organizes TV shows. i have figured most of it out but im trying to find the portion of the title that contains the Season number and Episode number. (ie S01E13) is there and easy way to search for the "S" and "E" in a string with any 2 random numbers in between them and... -
Finding File name from wildcard search?
Normonator posted a topic in AutoIt General Help and Support
Here is a small section of my script. What I am trying to accomplish is that I am finding these files by using wildcards in fileexists(). Is there any possible way to get the filename based off of wildcards if only one file matches the criteria? Something like filegetname("1*.bkf") that returns the... -
Hi guys, i need you help, again I have a folder that changes everytime the name. Basically is: test-test-123456789 The name test-test is equal everytime, the number 123456789 changes. The problem is this: i have to use cmd for build a file in this directory. It's a simple script to avoid the...