Skip to content

Property AllowFileOperations

Namespace: Belay.Core.Security
Assembly: Belay.Core.dll

AllowFileOperations

Gets or sets a value indicating whether file operations are allowed in executed code.

csharp
public bool AllowFileOperations { get; set; }

Property Value

bool

Remarks

When enabled, allows Python code to use file I/O operations, os module functions, and other file system related functionality. Disable for enhanced security in environments where file access is not required.

Released under the Apache License 2.0.