PackageUtilities Members
Include Protected Members
Include Inherited Members
A set of static utilities for filenames, paths, enumeration/string conversions, images, and other functions.
The PackageUtilities type exposes the following members.
Methods
Name
Description
Determines whether or not a string contains characters that are invalid for file names or paths.
Converts a string to an enumeration using a converter.
Converts a string to an enumeration type.
Copies the specified file to the local project directory.
Creates a CAUUID from a GUID array.
Creates the directories necessary for the given path.
Overloaded. Gets a list of bitmaps that are assumed to be icons.
Gets a pointer from a bitmap image.
Calculates the distance between two paths.
Gets the path of system assemblies.
Determines whether or not the specified file name is invalid.
Returns a path for the second file that is relative to the first.
Returns a relative path if the specified file path is absolute and if it is in the same folder as the URL or in a child folder of the URL.
SetStringValueFromConvertedEnum<T>
Returns a string from an enumeration value.
Top