unc
How do I address a UNC path in Ruby on Windows?
I\'m trying to access a UNC share via irb on Windows. In the Windows shell it would be \\\\server\\share[详细]
2023-01-21 16:53 分类:问答Trying to write file to UNC from ASP.NET MVC
I have some code running in an asp.mvc app inside IIS 7. The code is supposed to save a file to a UNC share.[详细]
2023-01-16 16:14 分类:问答c# file UNC path LastWriteTime not working
File.GetLastWriteTime(pathname).ToString(); The line above works perfectly for a local file on my c: drive, if I try to a file on a network shar开发者_运维技巧e using a UNC path I get \"01/01/1601 00[详细]
2023-01-15 16:53 分类:问答Are Extended-Length Paths safe to use?
I just stumbled on this article on MSDN that says a path can be 开发者_如何学运维259 characters + NUL termination, but if you prefix it with \"\\\\?\\\" WinAPI allows you to use the[详细]
2023-01-14 01:37 分类:问答using regasm for an framework 4.0 assembly located on UNC share
I am trying to register a .Net 4.0 compiled binary using regasm utillity. This ComInterOp assemply has to be deployed on a network share, and t开发者_开发百科rying to register from the share fails wit[详细]
2023-01-07 05:53 分类:问答How does one detect the action of adding/removing of a UNC share with Delphi? (Prev D7)
How does one detect the action of adding/removing a UNC share? I basically just need to know if a share has been added/removed not details about the share itself. A working example would be greatly ap[详细]
2023-01-04 06:42 分类:问答WNetAddConnection2 from a Windows Service
I\'m trying to connect to a remote password开发者_运维知识库 protected shared folder from a Windows service, which runs as LocalSystem account. It seems that the LocalSystem account is unable to direc[详细]
2023-01-02 09:07 分类:问答Identify machine (relatively) uniquely using unc path
Using C#, and given that the user enters in a unc path. Is there a way to verify that开发者_如何学运维 2 months down the line, when I\'m writing a file to the unc path, that it is the same machine as[详细]
2022-12-28 00:03 分类:问答Is it possible to save files to a network path?
I was wondering if it would be possible to write a file, not to the local 开发者_开发问答system, but to a connected server or other network path.[详细]
2022-12-27 16:32 分类:问答Network Authentication when running exe from WMI
I have a C# exe that needs to be run using WMI and access a network share. However, when I access the share I get an UnauthorizedAccessException. If I run the exe directly the share is accessible. I a[详细]
2022-12-22 15:05 分类:问答