Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~365 People Reached
Favorite Forums
Favorite Tags
Member Avatar for aragmus
0
46
Member Avatar for aragmus

hi guys what constructors should i use for this program? [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BACKUPEXEFILES { public class cCOPY { private string _directorypath; private string _filename; public string directorypath { get { return _directorypath; } set { _directorypath = value; } } public string filename …

Member Avatar for k.d.m
0
125
Member Avatar for aragmus

i have two class..One class with get,set and the other with commands to read and copy certain files from a folder. the location for the files needed was inputted. how can i inherit both of these classes?

Member Avatar for aragmus
0
89
Member Avatar for aragmus

i would to backup textfiles from 24 hours ago using c#...what is the best method? thanks

Member Avatar for Lusiphur
0
57
Member Avatar for aragmus

i would like to backup .exe files from 24hours ago using C#....what is the best method to do this? thanks

Member Avatar for kvprajapati
0
48