Search results for query: *

  1. G

    copy *.tif files depending that the name exist in the dataBase

    I need to copy files from one directory to another, depending on the existence of the file name in a table of SQL database. For this I use the following code: Public Iterator Function ReadFileNamesFromDatabase() As IEnumerable(Of Integer) Try Using connection As New...
Back
Top