Table of Contents

Struct PlatformFilePath

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public struct PlatformFilePath
Inherited Members
Extension Methods

Constructors

PlatformFilePath(PlatformDirectoryPath, string)

public PlatformFilePath(PlatformDirectoryPath folderPath, string fileName)

Parameters

folderPath PlatformDirectoryPath
fileName string

Fields

FileName

public string FileName

Field Value

string

FolderPath

public PlatformDirectoryPath FolderPath

Field Value

PlatformDirectoryPath

Properties

FileFullPath

public string FileFullPath { get; }

Property Value

string

Methods

GetFileNameWithoutExtension()

public string GetFileNameWithoutExtension()

Returns

string

ToString()

public override string ToString()

Returns

string

Operators

operator +(PlatformFilePath, string)

public static PlatformFilePath operator +(PlatformFilePath path, string str)

Parameters

path PlatformFilePath
str string

Returns

PlatformFilePath

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).