Click here to Skip to main content
15,909,030 members
Home / Discussions / C#
   

C#

 
AnswerRe: Open File Pin
OriginalGriff15-Jul-21 5:28
mveOriginalGriff15-Jul-21 5:28 
I removed the link as we have no idea what the file contains, and do not wish to find out.
Posting files to dodgy upload sites and assuming it will be downloaded is not a good idea.

That's a ZIP file: which just means it's a compressed archive, like a "portable folder".

The .NET framework contains classes for opening, reading, and writing them: ZipFile Class (System.IO.Compression) | Microsoft Docs[^] so that should be the first place you start reading.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Open File Pin
f6115-Jul-21 6:24
f6115-Jul-21 6:24 
GeneralRe: Open File Pin
Gerry Schmitz15-Jul-21 6:32
mveGerry Schmitz15-Jul-21 6:32 
GeneralRe: Open File Pin
Richard Deeming15-Jul-21 6:38
mveRichard Deeming15-Jul-21 6:38 
GeneralRe: Open File Pin
Richard Andrew x6415-Jul-21 13:49
professionalRichard Andrew x6415-Jul-21 13:49 
GeneralRe: Open File Pin
Pete O'Hanlon17-Jul-21 22:38
mvePete O'Hanlon17-Jul-21 22:38 
GeneralRe: Open File Pin
f6118-Jul-21 6:33
f6118-Jul-21 6:33 
QuestionNeed a suggestion Pin
simpledeveloper14-Jul-21 7:47
simpledeveloper14-Jul-21 7:47 
AnswerRe: Need a suggestion Pin
OriginalGriff14-Jul-21 8:05
mveOriginalGriff14-Jul-21 8:05 
GeneralRe: Need a suggestion Pin
simpledeveloper14-Jul-21 14:48
simpledeveloper14-Jul-21 14:48 
GeneralRe: Need a suggestion Pin
OriginalGriff14-Jul-21 19:03
mveOriginalGriff14-Jul-21 19:03 
GeneralRe: Need a suggestion Pin
simpledeveloper15-Jul-21 22:03
simpledeveloper15-Jul-21 22:03 
GeneralRe: Need a suggestion Pin
Richard Deeming15-Jul-21 22:38
mveRichard Deeming15-Jul-21 22:38 
AnswerRe: Need a suggestion Pin
Gerry Schmitz14-Jul-21 19:11
mveGerry Schmitz14-Jul-21 19:11 
AnswerRe: Need a suggestion Pin
Eddy Vluggen15-Jul-21 9:20
professionalEddy Vluggen15-Jul-21 9:20 
AnswerRe: Need a suggestion Pin
Mycroft Holmes15-Jul-21 12:37
professionalMycroft Holmes15-Jul-21 12:37 
GeneralRe: Need a suggestion Pin
simpledeveloper15-Jul-21 21:55
simpledeveloper15-Jul-21 21:55 
AnswerRe: Need a suggestion Pin
jschell17-Jul-21 10:26
jschell17-Jul-21 10:26 
Questionc# / wpf/ xaml changing culture (language) at runtime Pin
Maximilien14-Jul-21 2:55
Maximilien14-Jul-21 2:55 
AnswerRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Richard Deeming14-Jul-21 3:01
mveRichard Deeming14-Jul-21 3:01 
GeneralRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Maximilien14-Jul-21 4:38
Maximilien14-Jul-21 4:38 
GeneralRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Richard Deeming14-Jul-21 4:48
mveRichard Deeming14-Jul-21 4:48 
GeneralRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Maximilien14-Jul-21 9:35
Maximilien14-Jul-21 9:35 
GeneralRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Richard Deeming14-Jul-21 21:32
mveRichard Deeming14-Jul-21 21:32 
GeneralRe: c# / wpf/ xaml changing culture (language) at runtime Pin
Maximilien15-Jul-21 1:11
Maximilien15-Jul-21 1:11 

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.