ttsc
Version:
General-purpose TypeScript-Go compiler, runtime, plugin host, and LSP host.
11 lines (10 loc) • 524 B
TypeScript
/**
* Interpret fsutil's case-sensitivity query without assuming a display
* language.
*
* English messages identify the state directly. For every other locale, the
* volume-root query supplies the raw localized suffix for the ordinary disabled
* state. A target with that suffix is insensitive; a different successful
* message is the enabled state.
*/
export declare function parseWindowsDirectoryCaseSensitivity(directoryOutput: Buffer, volumeOutput: Buffer | undefined, volumeRoot: string): boolean | undefined;