
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 08:21 PM
This is what I have:
using System;
using System.IO;
using System.Text;
namespace File_Permissions
{
class Start {
static void...
5 replies | 110 view(s)
-
Today, 08:26 AM
I guess you have to implement it yourself. Just see the examples and documentation and repeat output for each attribute you want to.
5 replies | 110 view(s)
-
Today, 07:25 AM
Is there a way to do both of them? Are there "file.printAllPermissions();" and "file.printAllAttributes();"? Or would I need to make that function...
5 replies | 110 view(s)
-
Today, 04:56 AM
2kaud is correct.
For permissions see:...
5 replies | 110 view(s)
-
Today, 03:41 AM
Do you mean file permissions or file attributes? These are quite different.
5 replies | 110 view(s)
-
Today, 01:40 AM
See https://docs.microsoft.com/en-us/dotnet/api/system.io.fileattributes?view=net-6.0#examples
5 replies | 110 view(s)
|
Click Here to Expand Forum to Full Width
|