FollowLiker: Image export/import path?

Esinem

Newbie
Joined
Mar 31, 2020
Messages
12
Reaction score
0
When I export Tweets, I get an image path that looks like this:
C:\\Users\\hp\\Documents\\Follow Liker\\Saved Images\\IMG_0447-Editmail.jpg

To me, the double \\ looks wrong but I'm unsure if this is a FollowLiker foible. What should the path path be? Single back-slashes? Anyway, when I import the tweets, the image comes up not found.
 
Should be single slash. The reason for double slash is that backslash is also escape

so
\t tab
\r\n new line

so when programming for a path on windows you need to escape the slash making the path: c:\\path\\to\\file.txt

Seems like that actually storing a triple slash to make it write out as \\ which would mean when writing the file isn't working. If the file isn't at the single slash location, you will need to contact FL. Is a simple mistake and should be a quick fix
 
Thanks. So, it's not something I can correct in my import file?
 
FL are the ones to ask, it seems they have a bug, any work around, would need to come from them
 
FL are the ones to ask, it seems they have a bug, any work around, would need to come from them

Thanks. I raised a ticket. They seem pretty slow :-( I closed my last ticket 'cos I got a reply faster here!
 
Back
Top