Click or drag to resize
PathLocalToUnc Method
Overload List
  NameDescription
Public methodStatic memberLocalToUnc(String)
[AlphaFS] Converts a local path to a network share path.

A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows"

If a logical drive points to a network share path, the share path will be returned.

Public methodStatic memberLocalToUnc(String, Boolean)
[AlphaFS] Converts a local path to a network share path.

A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows"

If a logical drive points to a network share path, the share path will be returned.

Public methodStatic memberLocalToUnc(String, Boolean, Boolean, Boolean)
[AlphaFS] Converts a local path to a network share path.

A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows"

If a logical drive points to a network share path, the share path will be returned.

Top
See Also