Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

find audio files and create table

$
0
0
hello, i need little help, ive got some pictures for example:
Code:
 PictureTable = {
"AutoPlay\\Images\\Teoriis Biletebi\\1konvencia\\62.png",
"AutoPlay\\Images\\Teoriis Biletebi\\3mafrtxilebeli\\628.png",
"AutoPlay\\Images\\Teoriis Biletebi\\1konvencia\\889.png",
"AutoPlay\\Images\\Teoriis Biletebi\\29samedicino\\505.png",
"AutoPlay\\Images\\Teoriis Biletebi\\21rkinigza\\430.png",
"AutoPlay\\Images\\Teoriis Biletebi\\29samedicino\\915.png"
}
also ive got audio files with exact same name but in different location, so i want to find those audio files(starting location is here "\AutoPlay\Images\Teoriis Biletebi")
and create txt document with full addresses,
my knowledge is poor with "for loop" code.. (((
i tried to take this table "PictureTable" then split path for file name and then use "File.Find" option, but i cant make it as table :(

Viewing all articles
Browse latest Browse all 2105