Re: about files
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 11/01/04
- Next message: C-Services Holland b.v.: "Printing in Win98 problem"
- Previous message: Bernard Bourée: "Re: Class return Nothing"
- In reply to: yoshitha: "about files"
- Next in thread: Herfried K. Wagner [MVP]: "Re: about files"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Nov 2004 11:07:59 +0100
Yoshita,
Are you sure that you are using VBNet, this sounds as ASP not ASPNET
Cor
"yoshitha" <gudivada_kmm@rediffmail.com>
..
> Hi,
> In my application am using scrrun.dll to create files and folders and also
> to copy the files from one folder to another folder.
> Using my application i created 2 folders for eg folder1 and folder2.
> In folder1 i've some files(i created these files using my application only
> these are .rtf files) and on a particular moment i've to move the file in
> the folder1 to folder2.
> I wrote the code to copy the file from folder1 to folder2.
> If mFSO.FileExists(mFile.FullName) Then
>
> mFSO.CopyFile(mnode & filename, Application.StartupPath & "\SignInFolder",
> True)
>
> mFSO.CopyFile(mFile.FullName, strFilePath, False)
>
> End If
>
> but while executing the application am getting error like this
>
> "CTL_e_PermissionDenied"
>
> why am getting this error
> If u know plz tell me
>
> Thanx in advance
> yoshitha
>
>
- Next message: C-Services Holland b.v.: "Printing in Win98 problem"
- Previous message: Bernard Bourée: "Re: Class return Nothing"
- In reply to: yoshitha: "about files"
- Next in thread: Herfried K. Wagner [MVP]: "Re: about files"
- Messages sorted by: [ date ] [ thread ]