Dynamicweb.Content.Files Namespace : FilesAndFolders Class |
The following tables list the members exposed by FilesAndFolders.
Name | Description | |
---|---|---|
![]() ![]() | CopyFile | Copy the current file to another location. |
![]() ![]() | CopyFileBrowser | Copy the current file to another location. |
![]() ![]() | CopyFiles | Copy the current file to the destination file. |
![]() ![]() | CopyFolders | Copy current folder and all its subfolders and subfiles to another location with permissions. |
![]() ![]() | CreateFile | Creates the new file. |
![]() ![]() | CreateFolder | Creates a new folder. |
![]() ![]() | DeleteFile | Simply moves the current file to another location. |
![]() ![]() | DeleteFiles | Simply moves the current files of array to another location. |
![]() ![]() | DeleteFolder | Deletes the current folder. |
![]() ![]() | DeleteFolders | Deletes current folder and all its subfolders and files. |
![]() ![]() | getFullFilePath | Returns the full phisical path to the current file. |
![]() ![]() | GetValidFileAndFolderName | Gets the name of the valid file and folder. |
![]() ![]() | IsValidFileAndFolderName | Determines whether [is valid file and folder name] [the specified folder name]. |
![]() ![]() | MoveFile | Moves the current file to the destination file. |
![]() ![]() | MoveFiles | Overloaded. Moves the current file to the destination file. |
![]() ![]() | MoveFolder | Moves current folder and all its subfolders and subfiles to another location. |
![]() ![]() | MoveFolders | Moves current folder and all its subfolders and subfiles to another location with permissions. |
![]() ![]() | ReadTextFile | Raeds the current text file. |
![]() ![]() | RenameFile | Renames the current file. |
![]() ![]() | RenameFolder | Renames the current folder. |
![]() ![]() | RestoreFile | Restore file. |
![]() ![]() | RestoreFiles | Restore all files of the current array. |
![]() ![]() | TrueDeleteFiles | Deletes all files of the current array. |
![]() ![]() | TryMakeWritable | Overloaded. Tries to make the given file writable. |
![]() ![]() | WriteTextFile | Writes text to the current file. |