\Slash/ - Windows meanings
I saw most of the developers confused with both ’slashes’. Here is a small reference:
/ - Used in URLs
- Used as a “switch” identifier. Mostly used in command prompts.
Eg: DIR /P - Here /P is the switch for page-wize listing.
- Used in paths
Eg: C:WINDOWSSYSTEM32 - Local path
Eg: MYCOMPUTERFOLDER UNC path. (which represents a [...]












