dim namedir, namefile as string
'namedir exists i am sure.
'namefile not valorizzed,
if File.Exists(namedir, namefile) then
'file.exists return true. Why?
'I must check namefile.lenght > 0 also ?
end if
'namedir exists i am sure.
'namefile not valorizzed,
if File.Exists(namedir, namefile) then
'file.exists return true. Why?
'I must check namefile.lenght > 0 also ?
end if