Topics
17 Apr 2023, 09:50
 471
 3
Replies

newseller68
18 Apr 2023, 19:01

What does full access mean? Why doesn't this work?, the folder has share, write and read permissions

protected override void Initialize()
        {            
            string ruta = @"C:\NO\aqui.txt/";
            File.WriteAllText(ruta,"hola");


@newseller68