Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/itinance/react-native-fs
/ normalizeFilePath
Function
normalizeFilePath
FS.common.js:30–30 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
28
};
29
30
var
normalizeFilePath = (path: string) => (path.startsWith(
'file://'
) ? path.slice(7) : path);
31
32
type
MkdirOptions = {
33
NSURLIsExcludedFromBackupKey?: boolean;
// iOS only
Callers
15
readFileGeneric
Function · 0.85
readDirGeneric
Function · 0.85
mkdir
Function · 0.85
moveFile
Function · 0.85
copyFile
Function · 0.85
unlink
Function · 0.85
exists
Function · 0.85
readdir
Function · 0.85
stat
Function · 0.85
read
Function · 0.85
hash
Function · 0.85
copyFileAssets
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected