PackageUtilities.IsFileNameInvalid(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified file name is invalid.
public:
static bool IsFileNameInvalid(System::String ^ fileName);
public:
static bool IsFileNameInvalid(Platform::String ^ fileName);
static bool IsFileNameInvalid(std::wstring const & fileName);
public static bool IsFileNameInvalid (string fileName);
static member IsFileNameInvalid : string -> bool
Public Function IsFileNameInvalid (fileName As String) As Boolean
Parameters
- fileName
- String
The name of the file
Returns
True if the file is invalid.