标签: delphi winapi
我需要写入网络驱动器中的文件夹,我需要查明路径是否真的是netowk驱动器或本地驱动器。有没有api可以帮我确定?请帮忙。我尝试使用DirectoryExists,但它对于网络驱动器和本地驱动器都返回true。
答案 0 :(得分:2)
我认为你会发现GetDriveType很有用。
答案 1 :(得分:0)
尝试PathIsNetworkPath功能。
PathIsNetworkPath