fso
Using VBA to get extended file attributes
Trying to use Excel VBA to capture all the file attributes from files on disk, including extended attributes. Was able to get it to loop through the files and capture the basic attributes (that come f[详细]
2023-02-25 11:56 分类:问答Saving FileSystemObject as UTF
how can i save the file in utf-8? Dim FSO, File Set FSO = Server.CreateObject(\"Scripting.Fi开发者_如何学CleSystemObject\")[详细]
2023-01-01 13:10 分类:问答WCF service with ConcurrencyMode.Multiple and InstanceContextMode.Single behavior and multithreading safety
I have a service configured with following attributes [ServiceBehavior(ConcurrencyMode = ConcurrencyMode.Multiple, InstanceContextMode = InstanceContextMode.Single)][详细]
2022-12-18 22:00 分类:问答