Mount in Unreal Engine

Hello guys. I am wondering how do we mount in Unreal Engine with C++ on the platform of Windows. The command in Linux looks like: mount -t nfs -o nolock :confused: /home/folder. But now it is under the environment of Windows and Unreal Engine. How do we mount this remote nfs ip adress representing a file system to local so that we are able to visit all the files in that remote nfs? Please help me. Many thanks.