You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outputDebugString("copyResourceFiles: File '"..copyTarget.."' has duplicate meta entries, cannot overwrite.")
128
+
else
129
+
fileCopy ( copyPath, copyTarget, false )
130
+
localdata=attr[filePath]
131
+
data.src=filePath
132
+
table.insert ( targetPaths[fileType], data )
133
+
end
125
134
end
126
135
else
127
136
outputDebugString("copyResourceFiles: getResourceFiles returned "..tostring(paths).." and "..tostring(attr).." for "..tostring(fromResource).." and "..tostring(fileType))
0 commit comments