Returns the given path in UNC form. This function's main purpose is to convert windows drive letters to a consistent format.
Number | Type | Compulsory | Default | Description |
---|---|---|---|---|
1 |
string |
Yes |
|
Path |
Path of file in any form. Typically this would include a drive letter on windows.
Return type: string
Path in UNC form. Note that if a drive letter on a local machine is used in the path, this function will return the original path unmodified even if a netwrok share is defined for that drive.
|