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