newseller68
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
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