Click or drag to resize

FileHelpersFixSlashesforPlatform Method

Replace the AltDirectorySeparatorChar with the DirectorySeparatorChar for the platform

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static string FixSlashesforPlatform(
	string original
)

Parameters

original
Type: SystemString

Return Value

Type: String
See Also