Jumpvalley 0.5.0
An app and library that can be used to test and run 3D platformer levels. Currently being made with Godot.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
Jumpvalley.IO.PathUtil Class Reference

Provides some values and methods for performing operations related to file paths. More...

Static Public Member Functions

static string GodotCombine (params string[] paths)
 Concatenates multiple paths into one using Godot's conventional file path format (where the directory separator is a forward slash).
 

Static Public Attributes

static readonly char WINDOWS_DIR_SEPARATOR = '\\'
 The conventional directory separator on Windows, which is a backslash.
 
static readonly char GODOT_DIR_SEPARATOR = '/'
 The conventional directory separator on Godot, which is a forward slash.
 

Detailed Description

Provides some values and methods for performing operations related to file paths.

Member Function Documentation

◆ GodotCombine()

static string Jumpvalley.IO.PathUtil.GodotCombine ( params string[] paths)
inlinestatic

Concatenates multiple paths into one using Godot's conventional file path format (where the directory separator is a forward slash).

Parameters
pathsThe file paths to combine
Returns
A file path that follows Godot's conventional file path format.

The documentation for this class was generated from the following file: