Click or drag to resize

VirtualFileSystemDirectories Class

Provides files paths to engine and project folders.
Inheritance Hierarchy
SystemObject
  NeoAxisVirtualFileSystemDirectories

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static class Directories

The VirtualFileSystemDirectories type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAllFiles The full path to top folder, it includes Project and Sources folders. It is one level upper more than Project folder and two levels upper more than Assets folder.
Public propertyStatic memberAssets The full path to Assets folder.
Public propertyStatic memberBinaries The full path to managed binaries.
Public propertyStatic memberEngineInternal The full path to internal data and native binaries on some platforms.
Public propertyStatic memberPlatformSpecific The full path to native binaries of current platform.
Public propertyStatic memberProject The full path to project folder. It is one level upper more than Assets folder.
Public propertyStatic memberUserSettings The full path to updatable user settings and logs.
Top
See Also