Re: file access again
- Posted by cargoan Dec 31, 2012
- 1120 views
... 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 ...