FileName constructor

init

Initializes an instance of the FileName class.

def __init__(self, file_name):
    ...
Parameter Type Description
file_name System.String The name of the file.

Exceptions

Exception Description
ArgumentNullException Thrown when file_name is null.

See Also