@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
12 lines (10 loc) • 349 B
JavaScript
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
//Provides: sh_get_folder_path(const, const)
function sh_get_folder_path(nFolder, dwFlags) {
throw new Error("sh_get_folder_path not implemented for JS");
}