Maybe it is aphasia...
How do we get file from one location to another location
on mouseUp
local tRelativeURL
-- repeat with x = 1 to (the number of cards of stack “SlideShowSetUp”)
--go card x
set the itemdelimiter to “/”
put (the item -2 to -1 of the filename of img “slideimage” ) into
tRelativeURL
# this works is: there is a path
# 1-ellora/dsc1234.jpg
# this does not work:
put URL(“binfile:” & tRelativeURL ) into URL(“binfile:_ForWebSite/” &
tRelativeURL)
put the filename of img “slideimage” into URL(“binfile:_ForWebSite/” &
tRelativeURL)
-- end repeat
end mouseUp
??
Brahmanathaswami
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode