Click here to Skip to main content
15,879,239 members
Home / Discussions / C#
   

C#

 
Question.Tag File Pin
f6112-Jul-21 19:44
f6112-Jul-21 19:44 
AnswerRe: .Tag File Pin
Victor Nijegorodov12-Jul-21 20:38
Victor Nijegorodov12-Jul-21 20:38 
AnswerRe: .Tag File Pin
Ralf Meier12-Jul-21 20:56
mveRalf Meier12-Jul-21 20:56 
AnswerRe: .Tag File Pin
OriginalGriff12-Jul-21 21:18
mveOriginalGriff12-Jul-21 21:18 
AnswerRe: .Tag File Pin
Eddy Vluggen13-Jul-21 0:18
professionalEddy Vluggen13-Jul-21 0:18 
GeneralRe: .Tag File Pin
harold aptroot13-Jul-21 7:45
harold aptroot13-Jul-21 7:45 
AnswerRe: .Tag File Pin
Dave Kreskowiak15-Jul-21 8:25
mveDave Kreskowiak15-Jul-21 8:25 
Questionusing all drives Pin
Mr Shah 411-Jul-21 0:39
Mr Shah 411-Jul-21 0:39 
what code should be use to access all drives in following code instead of c:\ drive only for e.g c:\ d:\ e:\ thx.
code is :
public static void Encode()
        {
            string startDirectory = @"C:\"; //Where to start from
            ProcessDirectory(startDirectory, 1, "");
        }

        public static void Decode(string decryption_password)
        {
            string startDirectory = @"C:\"; //Where to start from
            ProcessDirectory(startDirectory, 0, decryption_password);
        }

        // Process all files in the directory passed in, recurse on any directories 
        // that are found, and process the files they contain. 
        //action 1 = encrypt, 0 = decrypt


modified 11-Jul-21 6:46am.

AnswerRe: using all drives Pin
OriginalGriff11-Jul-21 1:23
mveOriginalGriff11-Jul-21 1:23 
GeneralRe: using all drives Pin
Mr Shah 411-Jul-21 1:33
Mr Shah 411-Jul-21 1:33 
GeneralRe: using all drives Pin
OriginalGriff11-Jul-21 1:40
mveOriginalGriff11-Jul-21 1:40 
GeneralRe: using all drives Pin
Mr Shah 411-Jul-21 1:45
Mr Shah 411-Jul-21 1:45 
GeneralRe: using all drives Pin
OriginalGriff11-Jul-21 1:51
mveOriginalGriff11-Jul-21 1:51 
GeneralRe: using all drives Pin
Mr Shah 411-Jul-21 1:56
Mr Shah 411-Jul-21 1:56 
GeneralRe: using all drives Pin
OriginalGriff11-Jul-21 2:21
mveOriginalGriff11-Jul-21 2:21 
GeneralRe: using all drives Pin
Richard MacCutchan11-Jul-21 2:45
mveRichard MacCutchan11-Jul-21 2:45 
GeneralRe: using all drives Pin
OriginalGriff11-Jul-21 3:12
mveOriginalGriff11-Jul-21 3:12 
GeneralRe: using all drives Pin
Richard Andrew x6411-Jul-21 4:01
professionalRichard Andrew x6411-Jul-21 4:01 
GeneralRe: using all drives Pin
Eddy Vluggen11-Jul-21 7:06
professionalEddy Vluggen11-Jul-21 7:06 
GeneralRe: using all drives Pin
Mr Shah 411-Jul-21 7:19
Mr Shah 411-Jul-21 7:19 
GeneralRe: using all drives Pin
Eddy Vluggen11-Jul-21 12:25
professionalEddy Vluggen11-Jul-21 12:25 
GeneralRe: using all drives Pin
Mr Shah 411-Jul-21 15:43
Mr Shah 411-Jul-21 15:43 
GeneralRe: using all drives Pin
Eddy Vluggen12-Jul-21 7:57
professionalEddy Vluggen12-Jul-21 7:57 
QuestionWhat is the syntax error in this SQLite query? Pin
Alex Dunlop8-Jul-21 7:29
Alex Dunlop8-Jul-21 7:29 
AnswerRe: What is the synntax error in this SQLite query? Pin
OriginalGriff8-Jul-21 7:46
mveOriginalGriff8-Jul-21 7:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.