Re: file access again

new topic     » goto parent     » topic index » view thread      » older message » newer message
... 
writedir="D:\\ngrams\\dbpedia\\prop3\\" & linetitle[1] 
writefilename = writedir & "\\" & linetitle & ".txt" 
if atom(dir(writedir)) then 
   if not create_directory(writedir,,1) then 
      crash("Filesystem error - could not create the folder") 
   end if 
end if 
writefile = open(writefilename,"ab") -- and open a new file  
... 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu