hello, i need little help, ive got some pictures for example:
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 :(
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" }
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 :(
Comment