Table of Contents

Class AppPaths

Namespace
SunamoFileSystem
Assembly
SunamoFileSystem.dll

Provides methods for getting application startup paths Must be here because is used in SunamoIni and others

public class AppPaths
Inheritance
AppPaths
Inherited Members
Extension Methods

Methods

GetFileInStartupPath(string)

Combines the startup path with the specified file name

public static string GetFileInStartupPath(string fileName)

Parameters

fileName string

The file name to combine with the startup path

Returns

string

The full path combining startup path and file name

GetStartupPath()

Gets the startup path of the current process

public static string GetStartupPath()

Returns

string

The directory path of the main module