.NET Framework Class Library
File Methods
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > File Class > .NET Framework Class Library |
The File type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Append a file to another one. |
|
|
Check if the read-only flag in the specified file is set |
|
|
The command copies in the Clipboard all the files listed in the input TXT file. |
|
|
The command copies in the Clipboard all the file paths passed. |
|
|
Copy a file into a given directory |
|
|
Create a directory path as specified in the function arguments |
|
|
Create a directory path as specified in the function arguments; in case DBWServer is running on the machine, it assigns the OWNERSHIP folder attribute to the DBWServer login personality |
|
|
Delete a file into a given directory |
|
|
This command deletes the file and all the related files like *.GZ, *.TREE, etc. |
|
|
Retrieve the directory name from the full (with the entire path) file name |
|
|
Equals |
(Inherited from Object.) |
|
Retrieves the only extension from the file name |
|
|
Allows the execution of a FileCopy with administrative privileges, when needed. |
|
|
Check the existence of a file. |
|
|
Retrieves the defined file properties. |
|
|
Sets the 'Write' ACL permission on the selected file. |
|
|
Creates the specified path. |
|
|
Retrieves the file name from the full (with the entire path) file name |
|
|
Retrieves the file name without extension from the file name |
|
|
Renames a file. |
|
|
Set a custom property on the target file. |
|
|
Sets the 'Full' ACL permission on the selected file. |
|
|
Removes the 'Write' ACL permission on the selected file. |
|
|
Extracts file from a zip archive. |
|
|
Fill a zip archive. |
|
|
Start creation of a zip archive. |
|
|
End creation of a zip archive. |
|
|
Finalize |
(Inherited from Object.) |
|
Checks if the assigned folder name exists. |
|
|
GetHashCode |
(Inherited from Object.) |
|
||
|
This command allows the reading of the file size and dates with administrative priviledges, when needed. |
|
|
GetType |
(Inherited from Object.) |
|
This command allows to check if a file is currently locked because it's checkedout and opened. |
|
|
This command checks if a file is locked exclusively by another application (for example by Adobe Acrobat Reader when viewing a PDF file, or by Windows Explorer when previewing a PDF file). |
|
|
MemberwiseClone |
(Inherited from Object.) |
|
Remove the read-only flag from the specified file |
|
|
Set the read-only flag in the specified file |
|
|
ToString |
(Inherited from Object.) |
|
Checks that the assigned filename is a valid operating system file name. |
See Also