[F] isAnyDirectorySeparator
function isAnyDirectorySeparator(charCode): boolean;Determines whether a charCode corresponds to / or “.
Parameters
| Parameter | Type |
|---|---|
charCode | number |
Returns
boolean
function isAnyDirectorySeparator(charCode): boolean;Determines whether a charCode corresponds to / or “.
| Parameter | Type |
|---|---|
charCode | number |
boolean