C# Class System.IO.PathInternal

Contains internal path helpers that are shared between many projects.
显示文件 Open project: PlayScriptRedux/playscript Class Usage Examples

Public Methods

Method Description
HasIllegalCharacters ( string path, bool checkAdditional ) : bool
IsPartiallyQualified ( string path ) : bool

Method Details

HasIllegalCharacters() public static method

public static HasIllegalCharacters ( string path, bool checkAdditional ) : bool
path string
checkAdditional bool
return bool

IsPartiallyQualified() public static method

public static IsPartiallyQualified ( string path ) : bool
path string
return bool