Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Filezilla has no jumplist
#2
Macro Macro1950
Code:
Copy      Help
out
str sFile="$appdata$\FileZilla\sitemanager.xml"
;_s.getfile(sFile); out _s

IXml x._create
x.FromFile(sFile)
ARRAY(IXmlNode) a
x.RootElement.GetAll(0 a)
int i
for i 0 a.len
,IXmlNode& n=a[i]
,sel n.Name
,,case "Server"
,,str sHost=n.Child("Host").Value
,,out F"Server: {sHost}"
,,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)