Hi, I've a problen with that : PRIVATE SUB Save(sFile AS String, sData AS String) DIM oFile AS File oFile = OPEN sFile FOR WRITE PRINT #oFile, sData CLOSE #oFile END It say me access forbidden... but i've all the right It's the same for File.Save I've gambas 1.9.22 on kubuntu 5.1 I'm I the only one with this problem ? Fabien