Denis, I will soon get crazy with this folder sharing. I’ve tried today in different ways and no luck. Look, is it possible to send from C# the trans…
Thank you, Denis for your efforts. I hope there are still people ready to help. I will try to play with it as well.
Denis, I don’t really understand what is this, I found this code on a website, It should allow to set up security permission. O…
It is because, that was just a piece of code, not full. Here is the version of code for sharing a folder in C# for English version of Windows: 1 ) Se…
It may be a problem with unicode for the word “everyone”. In cmd, if I write net share cshare=c:\shared /GRANT:Everyone,FULL with “Everyone” transl…
Does your folder become shared in your Windows?
Denis, thank you soo much. It gives me “true” in the listener, but unfortunately, the folder doesn’t become shared
Hello, World! Please help me realize this by maxscript: $everyone = New-Object System.Security.Principal.SecurityIdentifier([System.Security.Principa…
I have found the solution here in C#: Please read till the end, there string path = @”C:\Users\you\Desktop\perms”; // path to directory whose …
Thanks, Mambo. I just realized yesterday night that I should do it by cmd. fn create_share folderPath = ( HiddenDosCommand (“mkdir “+folderPath) Hi…
Oh, great! Thank you Denis, You are really the master! Good Job…
Denis, I like very much this Tab UI that you created: But how can I embed it in a rollout with style()? newrolloutfloater does not accept style() …
thx, Denis!